onLocation method

void onLocation(
  1. dynamic success(
    1. CoffeeBackgroundLocation location
    )
)

Implementation

void onLocation(Function(CoffeeBackgroundLocation location) success) {
  throw UnimplementedError('onLocation(Function(CoffeeBackgroundLocation location) success) has not been implemented.');
}