clearAllNotifications method

Future<TimPushResult<void>> clearAllNotifications()

Implementation

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