pickAnyFile static method
Implementation
static Future<PickedFile?> pickAnyFile() async {
return await _getFilesFromMethodChannel(type: "any");
}
static Future<PickedFile?> pickAnyFile() async {
return await _getFilesFromMethodChannel(type: "any");
}