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