mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
fix(firebase): add missing decorator to clearAllNotifications (#3059)
This commit is contained in:
parent
ad11ed21ac
commit
2fadb6b0e1
@ -343,6 +343,9 @@ export class Firebase extends IonicNativePlugin {
|
|||||||
* Clear all pending notifications from the drawer
|
* Clear all pending notifications from the drawer
|
||||||
* @return {Promise<any>}
|
* @return {Promise<any>}
|
||||||
*/
|
*/
|
||||||
|
@Cordova({
|
||||||
|
platforms: ['Android']
|
||||||
|
})
|
||||||
clearAllNotifications(): Promise<any> {
|
clearAllNotifications(): Promise<any> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user