clearAllNotifications method

Future clearAllNotifications()

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

Implementation

Future clearAllNotifications() async {
  print(flutter_log + "clearAllNotifications:has not been implemented.");
}