menu
autobot package
documentation
tell.dart
TestManager
deleteIfExists static method
deleteIfExists static method
dark_mode
light_mode
deleteIfExists
static method
void
deleteIfExists
(
String
filePath
)
Implementation
static void deleteIfExists(String filePath) { if (exists(filePath)) { delete(filePath); } }
autobot package
documentation
tell
TestManager
deleteIfExists static method
TestManager class