menu
flutter_animarker package
documentation
infrastructure/i_location_observable.dart
ILocationObservable
attach method
attach method
dark_mode
light_mode
attach
method
void
attach
(
{
required
OnLocationChanged
observer
,
})
Implementation
void attach({required OnLocationChanged observer}) { observers.add(observer); }
flutter_animarker package
documentation
infrastructure/i_location_observable
ILocationObservable
attach method
ILocationObservable class