Future<void> setUserId(String userId) async { return await SmartSpeechSdkPlatform.instance.engineSetUserId(userId); }