kisAudio method

bool kisAudio(
  1. String s
)

检查字符串是否为音频文件

Implementation

bool kisAudio(String s) => matches(_RegexConst.audio);