mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +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:
parent
7d3ddf89ae
commit
7c46d8c2fc
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user