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