menu
lua_dardo_plus package
documentation
lua.dart
PlatformServices
fileExists abstract method
fileExists abstract method
dark_mode
light_mode
fileExists
abstract method
bool
fileExists
(
String
path
)
Check if a file exists at the given path.
Implementation
bool fileExists(String path);
lua_dardo_plus package
documentation
lua
PlatformServices
fileExists abstract method
PlatformServices class