LocationTrackerSingleton constructor

LocationTrackerSingleton()

Implementation

factory LocationTrackerSingleton() {
  return _singleton;
}