gotoLocation method

Future<bool> gotoLocation(
  1. String location
)

Implementation

Future<bool> gotoLocation(String location) {
  throw UnimplementedError('gotoLocation() has not been implemented.');
}