设置 userId,便于定位问题
Set the userId to facilitate problem localization.
static Future<void> setUserId(String userId) async { await _playerPluginApi.setUserId(StringMsg(value: userId)); }