getCurrentPath method

String getCurrentPath()

Implementation

String getCurrentPath() => isProduct() ? getReleasePath() : getDebugPath();