check the file exists in storage
Storage().exists('images/avatar/sample.jpeg');
Future<bool> exists(String filename) async { return _driver.exists(filename); }