request method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
FutureOr<AGeneralSchemaResponseValue> request({
required AGeneralSchemaRequestValue parameters,
}) async {
return await invoke(
parameters: parameters,
);
}