groupStream property
Stream<List<ClientGroup> >
get
groupStream
A stream of client group updates.
Implementation
Stream<List<ClientGroup>> get groupStream {
throw UnimplementedError('groupStream has not been implemented.');
}