停止回放
static Future<bool> stopPlayback() async { await _channel.invokeMethod("stopPlayback"); return true; }