BackgroundHandler typedef

BackgroundHandler = void Function(Location)

BackgroundHandler is a type for a function that updates location.

Implementation

typedef BackgroundHandler = void Function(Location);