hardDeleteGroup method

Future<List<GroupDeletionReport>> hardDeleteGroup(
  1. String id
)

Implementation

Future<List<GroupDeletionReport>> hardDeleteGroup(String id) async {
	return await CardinalSdkPlatformInterface.instance.apis.group.hardDeleteGroup(
		_sdkId,
		id,
	);
}