updateSegments method

Future<bool> updateSegments(
  1. List<String> tags
)

Implementation

Future<bool> updateSegments(List<String> tags) {
  throw UnimplementedError('updateSegments() has not been implemented.');
}