Searched defs:notificationAsync (Results 1 – 4 of 4) sorted by relevance
9 export declare function notificationAsync(type?: NotificationFeedbackType): Promise<void>; function
12 export async function notificationAsync(type = NotificationFeedbackType.Success) { function
21 fun notificationAsync(type: String, promise: Promise) { in getName() method
14 export async function notificationAsync( function