rtcEngineOnNetworkTimeSynchronized method
@detail callback @author songxiaomeng.19 @brief After calling getNetworkTimeInfo{@link #ByteRTCEngine#getNetworkTimeInfo} for the first time, the SDK starts network time synchronization internally. This callback will be triggered when the synchronization is completed. @param engine See ByteRTCEngine{@link #ByteRTCEngine}.
Implementation
FutureOr<void> rtcEngineOnNetworkTimeSynchronized(
ByteRTCEngine engine) async {}