checkConfigExists method

bool checkConfigExists()

Whether lib/config/deeplink.dart exists in the project root.

Implementation

bool checkConfigExists() => FileHelper.fileExists(_configPath);