kisAPK method

bool kisAPK(
  1. String s
)

检查字符串是否为apk文件

Implementation

bool kisAPK(String s) => matches(_RegexConst.apk);