subscribe method

Future<void> subscribe(
  1. List<String> uuids
)

Implementation

Future<void> subscribe(List<String> uuids) async {
  await _changeChannelSubscriptions(method: 'POST', uuids: uuids);
}