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