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