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