update position table, set selected table
This commit is contained in:
@@ -5,4 +5,9 @@ abstract class ITableRepository {
|
||||
int page = 1,
|
||||
int limit = 50,
|
||||
});
|
||||
|
||||
Future<Either<TableFailure, Table>> updatePosition({
|
||||
required String id,
|
||||
required Offset position,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user