LocationModuleImpl constructor

LocationModuleImpl()

Registers the location manager and map widget factory.

Implementation

LocationModuleImpl() {
  GetIt.I.registerSingleton<LocationManager>(LocationManagerImpl());
  GetIt.I.registerFactory<EnsembleMap>(() => EnsembleMapWidget());
}