syncTable<T extends Table> abstract method
Future<ShapeSubscription>
syncTable<T extends Table>(
- T table, {
- SyncIncludeBuilder<
T> ? include, - SyncWhereBuilder<
T> ? where,
Creates a Shape subscription. A shape is a set of related data that's synced onto the local device. https://electric-sql.com/docs/usage/data-access/shapes
Implementation
Future<ShapeSubscription> syncTable<T extends Table>(
T table, {
SyncIncludeBuilder<T>? include,
SyncWhereBuilder<T>? where,
});