getLocation method
Implementation
@override
Future<DeviceLocation> getLocation() {
throw ConfigError(
"Location Manager is not enabled. Please review the Ensemble documentation.");
}
@override
Future<DeviceLocation> getLocation() {
throw ConfigError(
"Location Manager is not enabled. Please review the Ensemble documentation.");
}