listGroups method

Future<List<Map<String, dynamic>>> listGroups({
  1. String? consentState,
})

Implementation

Future<List<Map<String, dynamic>>> listGroups({String? consentState}) {
  throw UnimplementedError('listGroups() has not been implemented.');
}