onError property

FutureOr<void> Function(Object exception) onError
latefinalinherited

Callback function when an error occurs in the keystream.

Implementation

late final FutureOr<void> Function(Object exception) onError;