checkConfigExists method
Whether lib/config/deeplink.dart exists in the project root.
Implementation
bool checkConfigExists() => FileHelper.fileExists(_configPath);
Whether lib/config/deeplink.dart exists in the project root.
bool checkConfigExists() => FileHelper.fileExists(_configPath);