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