moveToCurrentLocation method

Future<void> moveToCurrentLocation()

Implementation

Future<void> moveToCurrentLocation() {
  throw UnimplementedError(
      'moveToCurrentLocation() has not been implemented.');
}