NERtcUserLeaveExtraInfo constructor

NERtcUserLeaveExtraInfo(
  1. {required String customInfo}
)

Implementation

NERtcUserLeaveExtraInfo({
  required this.customInfo,
});