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