encode method
Implementation
Object encode() {
return <Object?>[
appKey,
rtcSafeMode,
timeout,
currentUserRtcUid,
];
}
Object encode() {
return <Object?>[
appKey,
rtcSafeMode,
timeout,
currentUserRtcUid,
];
}