stopNotificationPolling method

Future<bool> stopNotificationPolling()

Implementation

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