onLocation method

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

Implementation

@override
void onLocation(Function(CoffeeBackgroundLocation location) success) {
  _onLocationUpdate = success;
}