LocationServiceImpl constructor

LocationServiceImpl(
  1. LocusInterface _instanceProvider()
)

Creates a location service with the given Locus interface provider.

Implementation

LocationServiceImpl(this._instanceProvider);