clearNotifications method

Future<Map> clearNotifications()

清除所有通知

Implementation

Future<Map<dynamic, dynamic>> clearNotifications() async {
  throw UnimplementedError('clearNotifications() has not been implemented.');
}