surrealdb library
Classes
- LiveQueryResponse
- Methods
- RpcResponse
- SurrealDB
- SurrealDB client for Dart & Flutter
- SurrealDBOptions
Typedefs
-
Middleware
= Future<
Object?> Function(String method, List<Object?> params, Future<Object?> next()) -
Type definition for middleware function
method
- The method being calledparams
- The parameters passed to the methodnext
- The function to call to continue the middleware chain -
VoidCallback<
T> = void Function(T)