checkLocationServicesIfEnabled method

  1. @override
Future<bool> checkLocationServicesIfEnabled()
override

Return true when location service is enabled, otherwise false.

Implementation

@override
Future<bool> checkLocationServicesIfEnabled() async => await _channel.invokeMethod('checkLocationServicesIfEnabled');