menu
media_picker_plus package
documentation
platform_file_utils_web.dart
platformPathExists function
platformPathExists function
dark_mode
light_mode
platformPathExists
function
Future
<
bool
>
platformPathExists
(
String
path
)
Implementation
Future<bool> platformPathExists(String path) async { return path.isNotEmpty; }
media_picker_plus package
documentation
platform_file_utils_web
platformPathExists function
platform_file_utils_web library