Future<bool> isLocationServiceEnabled() async => await _channel.invokeMethod<bool>('isLocationServiceEnabled') ?? false;