stopNotificationPolling method
Stop polling for notifications.
Returns true if polling was stopped successfully.
Implementation
Future<bool> stopNotificationPolling() {
throw UnimplementedError(
'stopNotificationPolling() has not been implemented.',
);
}