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,
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import 'dart:ui';
|
||||
|
||||
import 'package:dartz/dartz.dart';
|
||||
import 'package:freezed_annotation/freezed_annotation.dart';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user