Searched defs:off (Results 1 – 9 of 9) sorted by relevance
31 public off(event: string, callback?: Function): void { method in BroadCast
23 off(event: T | T[] | undefined, cb: Callback): void; method
36 public static off(event: number, callBack?: (eventData?: emitter.EventData) => void): void { method in LooperUtil
31 public off(event: string | null, callback: CallbackType | null): void { method in Broadcast
75 public off(event: string | string[], callback: Callback | undefined): void { method in EventBus
145 off = async () => { property in DataShareHelper
72 off() { method in KvStoreModel
138 off(event: string, fn: Function): void { method in ScreenManager