clearAllNotification static method

Future<void> clearAllNotification()

Implementation

static Future<void> clearAllNotification() async {
  _channel.invokeMethod('clearAllNotification');
}