onSyncEvent$withError method
FutureOr<void>
onSyncEvent$withError(
- ByteRTCChorusCacheSyncEvent event,
- 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 {}