clearNotifications method

Future<void> clearNotifications()

Clears all notifications for the application.

Implementation

Future<void> clearNotifications() async {
  return await _module.channel.invokeMethod('push#clearNotifications');
}