onLocationsUpdated method

  1. @override
void onLocationsUpdated(
  1. List<String> locations
)
override

Implementation

@override
void onLocationsUpdated(List<String> locations) {
  _locationsUpdatedController.add(locations);
}