clearNotifications method

  1. @override
Future<void> clearNotifications()
override

Clear all notifications

Implementation

@override
Future<void> clearNotifications() {
  // TODO: implement clearNotifications
  throw UnimplementedError();
}