getLocation method

  1. @override
Future<DeviceLocation> getLocation()
override

Implementation

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