encode method
Implementation
Object encode() {
return <Object?>[
appKey,
currentUserRtcUid,
enableJoinRtcWhenCall,
initRtcMode?.index,
lckConfig?.encode(),
];
}
Object encode() {
return <Object?>[
appKey,
currentUserRtcUid,
enableJoinRtcWhenCall,
initRtcMode?.index,
lckConfig?.encode(),
];
}