client_manager/manager/rpc_manager library
Classes
-
RpcManager<
TModel extends TetherModel< TModel> > - Manages Supabase RPC calls where the response is expected to conform to the structure of a specific database table and should be stored locally.
Exceptions / Errors
- RpcCallException
- Custom exception for RPC call failures.
- RpcResponseFormatException
- Custom exception for unexpected RPC response formats.