menu
bolt_ui_kit package
documentation
pickers/pickers.dart
AppPickers
pickFile static method
pickFile static method
dark_mode
light_mode
pickFile
static method
Future
<
File
?
>
pickFile
(
)
Implementation
static Future<File?> pickFile() async { return await FilePickerUtil().pickFile(); }
bolt_ui_kit package
documentation
pickers/pickers
AppPickers
pickFile static method
AppPickers class