MethodChannelFolderFilesFetch class

An implementation of FolderFilesFetchPlatform that uses method channels.

This class provides a concrete implementation of the platform interface that communicates with native Android code through Flutter's method channel system. It handles the conversion between Dart and native platform data types.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetchFileUriList({required String folderPath, required SortType sortType, required SortBy sortBy}) Future<List<String>>
Fetches a list of file URIs from a specified folder with sorting options.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited