stopNotificationPolling method

  1. @override
Future<bool> stopNotificationPolling()
override

Stop polling for notifications.

Implementation

@override
Future<bool> stopNotificationPolling() async {
  // Not applicable on web
  return false;
}