setNotifiers abstract method
      
void
setNotifiers(
    
    
- LocationNotifier? locationNotifier,
- LocationAvailableNotifier? availableNotifier
Implementation
void setNotifiers(
  LocationNotifier? locationNotifier,
  LocationAvailableNotifier? availableNotifier
);