onError property

QuickRTCErrorBuilder? onError
final

Optional error builder.

If provided and state.hasError is true, this builder is called instead of the main builder.

Implementation

final QuickRTCErrorBuilder? onError;