getMultiFileData abstract method

Future<List<FileModel>?> getMultiFileData({
  1. String search = "",
  2. int limit = 99,
  3. int? offset,
  4. String? cursor,
  5. String cursorDirection = "after",
  6. String orderType = "DESC",
  7. String bucketId = "",
})

Implementation

Future<List<FileModel>?> getMultiFileData(
    {String search = "",
    int limit = 99,
    int? offset,
    String? cursor,
    String cursorDirection = "after",
    String orderType = "DESC",
    String bucketId = ""});