updateLocalSegments method

dynamic updateLocalSegments(
  1. List<String> localtionSegments
)

Implementation

updateLocalSegments(List<String> localtionSegments) {
  this.localSegments = localtionSegments;
}