menu
universal_flutter_utils package
documentation
utils/file_picker/file_helper.dart
FileHelper
checkFileExist static method
checkFileExist static method
dark_mode
light_mode
checkFileExist
static method
Future
<
bool
>
checkFileExist
(
String
filePath
)
Implementation
static Future<bool> checkFileExist(String filePath) async { return File(filePath).exists(); }
universal_flutter_utils package
documentation
utils/file_picker/file_helper
FileHelper
checkFileExist static method
FileHelper class