Whether location services are enabled.
Future<bool> isLocationServicesEnabled() async { return await _methodChannel.invokeMethod('isLocationServicesEnabled'); }