refreshLocation method

Future<void> refreshLocation()

Implementation

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