findAll abstract method
All abstract methods
Implementation
Future<({int count, SqlDatabaseResult rows})> findAll({
String orderBy = 'id',
bool orderReverse = true,
Map<String, dynamic> filters = const {},
int? pageSize,
int? offset,
});
All abstract methods
Future<({int count, SqlDatabaseResult rows})> findAll({
String orderBy = 'id',
bool orderReverse = true,
Map<String, dynamic> filters = const {},
int? pageSize,
int? offset,
});