isApk property
bool
get
isApk
Checks if the string is a valid APK file URL.
Implementation
bool get isApk => hasMatch(Patterns.apk);
Checks if the string is a valid APK file URL.
bool get isApk => hasMatch(Patterns.apk);