getDCIM method
Fetches media specific to the DCIM folder (Camera roll/captured content)
Implementation
Future<List<dynamic>> getDCIM({
DateTime? fromDate,
int? limit,
bool orderByDesc = true,
bool sortBySize = false,
bool sortByName = false,
String? keyword,
}) {
throw UnimplementedError('getDCIM() has not been implemented.');
}