isAPK property
bool
get
isAPK
Checks if string is an apk file.
Implementation
bool get isAPK => toLowerCase().endsWith(".apk");
Checks if string is an apk file.
bool get isAPK => toLowerCase().endsWith(".apk");