onNetworkTimeSynchronized method

FutureOr<void> onNetworkTimeSynchronized()

@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> onNetworkTimeSynchronized() async {}