You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/services/database.dart
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ class Database extends Service {
17
17
/// of the project documents. [Learn more about different API
18
18
/// modes](/docs/admin).
19
19
///
20
-
Future<Response> listDocuments({@requiredString collectionId, List filters =const [], int offset =0, int limit =50, String orderField ='\$id', OrderType orderType =OrderType.asc, String orderCast ='string', String search ='', int first =0, int last =0}) {
20
+
Future<Response> listDocuments({@requiredString collectionId, List filters =const [], int offset =0, int limit =50, String orderField ='\$id', OrderType orderType =OrderType.asc, String orderCast ='string', String search =''}) {
0 commit comments