Public method or function.
@override /// Public method or function. bool exists(String path) => File(path).existsSync() || Directory(path).existsSync();