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