getCurrentLocation method

Future<CoffeeBackgroundLocation?> getCurrentLocation()

Implementation

Future<CoffeeBackgroundLocation?> getCurrentLocation() {
  throw UnimplementedError('getCurrentLocation() has not been implemented.');
}