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