clearServiceNotification method

Future<bool?> clearServiceNotification()

Implementation

Future<bool?> clearServiceNotification() {
  throw UnimplementedError(
      'clearServiceNotification() has not been implemented.');
}