@override Future<bool> stopNotificationPolling() async { final result = await methodChannel.invokeMethod<bool>( 'stopNotificationPolling', ); return result ?? false; }