getAllDocuments method
Implementation
Future<List<FileModel>> getAllDocuments({
DateTime? fromDate,
int? limit,
bool orderByDesc = true,
bool sortBySize = false,
bool sortByName = false,
String? keyword,
}) {
throw UnimplementedError('getAllDocuments() has not been implemented.');
}