Skip to content

Commit

Permalink
fix(push-notifications): make removeAllListeners available (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 2, 2021
1 parent 1393102 commit d92c925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions push-notifications/ios/Plugin/PushNotificationsPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
CAP_PLUGIN_METHOD(requestPermissions, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(getDeliveredNotifications, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(removeAllDeliveredNotifications, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(removeAllListeners, CAPPluginReturnNone);
CAP_PLUGIN_METHOD(removeDeliveredNotifications, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(createChannel, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(listChannels, CAPPluginReturnPromise);
Expand Down

0 comments on commit d92c925

Please sign in to comment.