onSyncEvent$withError method

FutureOr<void> onSyncEvent$withError(
  1. ByteRTCChorusCacheSyncEvent event,
  2. ByteRTCChorusCacheSyncError error
)

@detail callback @brief Chorus cache sync event callback @param event See ByteRTCChorusCacheSyncEvent{@link #ByteRTCChorusCacheSyncEvent}. @param error See ByteRTCChorusCacheSyncError{@link #ByteRTCChorusCacheSyncError}.

Implementation

FutureOr<void> onSyncEvent$withError(ByteRTCChorusCacheSyncEvent event,
    ByteRTCChorusCacheSyncError error) async {}