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