getLocation method

Stream<Either<String, LocationModel>> getLocation({
  1. ConfigLocationManager? config,
})

Implementation

Stream<Either<String, LocationModel>> getLocation({
  ConfigLocationManager? config,
}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}