Searched defs:off (Results 1 – 8 of 8) sorted by relevance
23 off(event: T | T[] | undefined, cb: Callback): void; method
31 public off(event: string, callback: Function): void { method in BroadCast
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
135 off(event: string, fn: Function): void { method in ScreenManager