暂停回放
static Future<bool> pausePlayback() async { bool result = await _channel.invokeMethod("pause_play_back"); return result; }