Returns whether the launcher icon configuration file exists.
Future<bool> exists() async { return _file.existsSync(); }