打开声音
static Future<bool> openSound() async { bool result = await _channel.invokeMethod("openSound"); return result; }