simplyGetLocation method

  1. @override
Future<LocationData> simplyGetLocation()
override

Implementation

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