create table
This commit is contained in:
@@ -6,6 +6,11 @@ abstract class ITableRepository {
|
||||
int limit = 50,
|
||||
});
|
||||
|
||||
Future<Either<TableFailure, Table>> createTable({
|
||||
required String name,
|
||||
required int capacity,
|
||||
});
|
||||
|
||||
Future<Either<TableFailure, Table>> updatePosition({
|
||||
required String id,
|
||||
required Offset position,
|
||||
|
||||
Reference in New Issue
Block a user