EnxController constructor
EnxController(
- String token,
- BuildContext context,
- void disconnect(
- Map map
- void connectError(
- Map map
- void onPageSlide(
- EnxPageSlideEventName enxPageSlideEventName,
- bool isShow
- void onUserDataReceived(
- Map map
- void connectToRoom(
- Map map
- void onCaptureView(
- String base64bitmap
Implementation
EnxController(
this.token,
this.context,
this.disconnect,
this.connectError,
this.onPageSlide,
this.onUserDataReceived,
this.connectToRoom,
this.onCaptureView);