initGroup abstract method

Future<void> initGroup(
  1. GroupDescriptor descriptor
)

Initializes a group with the given descriptor.

Implementation

Future<void> initGroup(GroupDescriptor descriptor);