off(type: string, handler: (event?: any) => void) {
    return this.emitter.off(type, handler);
  }