startLocationTracking method

Future<bool> startLocationTracking()

Implementation

Future<bool> startLocationTracking() {
  throw UnimplementedError(
    'startLocationTracking() has not been implemented.',
  );
}