checkLocationServicesIfEnabled property
Future<bool>
get
checkLocationServicesIfEnabled
override
Implementation
@override
Future<bool> get checkLocationServicesIfEnabled async {
final result =
await _methodChannel.invokeMethod('checkLocationServicesIfEnabled');
return _parseBoolResult(result);
}