getMediaCount method
Returns the total count of media items matching the given filter.
Implementation
Future<int> getMediaCount({
MediaType type = MediaType.any,
List<String> extensions = const [],
}) => throw UnimplementedError('getMediaCount() not implemented.');