clearAllNotifications method

Future clearAllNotifications()
override

清空通知栏上的所有通知。

Implementation

Future clearAllNotifications() async {
  print(flutter_log + "clearAllNotifications:");

  await _channel.invokeMethod('clearAllNotifications');
}