onNetworkTimeSynchronized property

FutureOr<void> Function()? onNetworkTimeSynchronized
getter/setter pair

@platform android @detail callback @author songxiaomeng.19 @brief After calling getNetworkTimeInfo{@link #RTCEngine#getNetworkTimeInfo} for the first time, the SDK starts network time synchronization internally. This callback will be triggered when the synchronization is completed.

Implementation

FutureOr<void> Function()? onNetworkTimeSynchronized;