isApk method

bool isApk()

Checks if string is APK file path.

Implementation

bool isApk() => ValidatorUtils.isAPK(this);