stopNotificationPolling method

Future<bool> stopNotificationPolling()

Stop polling for notifications.

Returns true if polling was stopped successfully.

Implementation

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