clearNotifications method

Future<void> clearNotifications()

清除所有通知

Implementation

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