关闭声音
static Future<bool> closeSound() async { bool result = await _channel.invokeMethod("closeSound"); return result; }