clearAllNotifications method
清空通知栏上的所有通知。
Implementation
Future clearAllNotifications() async {
print(flutter_log + "clearAllNotifications:has not been implemented.");
}
清空通知栏上的所有通知。
Future clearAllNotifications() async {
print(flutter_log + "clearAllNotifications:has not been implemented.");
}