updateGroup method

Future<bool> updateGroup(
  1. String topic,
  2. Map<String, String> updates
)

Implementation

Future<bool> updateGroup(String topic, Map<String, String> updates) {
  throw UnimplementedError('updateGroup() has not been implemented.');
}