mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
feat(firebase): add clearAllNotifications method (#2867)
* feat(firebase): add clearAllNotifications method Added new method clearAllNotifications() https://github.com/arnesson/cordova-plugin-firebase/blob/master/docs/API.md#clearAllNotifications * remove trailing whitespace
This commit is contained in:
@@ -338,4 +338,12 @@ export class Firebase extends IonicNativePlugin {
|
||||
): Promise<any> {
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Clear all pending notifications from the drawer
|
||||
* @return {Promise<any>}
|
||||
*/
|
||||
clearAllNotifications(): Promise<any> {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user