Return true when location service is enabled, otherwise false.
true
false
@override Future<bool> checkLocationServicesIfEnabled() async => await _channel.invokeMethod('checkLocationServicesIfEnabled');