showFileDialog method
Show an open-file dialog. Returns selected paths or null if
cancelled.
Implementation
@override
Future<List<String>?> showFileDialog({
String? title,
List<String>? filters,
bool multiple = false,
bool directory = false,
}) async => null;