获取公共流接口,也可设置成创建引擎后自动创建
@override Future<WTNStream?> getWTNStream() async { await $createWTNStream(); return wtnStream; }