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