setLocation method

Future<void> setLocation(
  1. String location
)

Implementation

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