@override Future<bool> stopBackgroundService() async { final result = await _methodChannel.invokeMethod('stopBackgroundService'); return result == true; }