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