kisPDF method

bool kisPDF(
  1. String s
)

检查字符串是否为pdf文件

Implementation

bool kisPDF(String s) => matches(_RegexConst.pdf);