onError property

Stream<List<ComplyCubeError>> get onError

Can only be listened once. If have more than one subscription, only the last subscription can receive events.

Implementation

Stream<List<ComplyCubeError>> get onError => throw UnimplementedError();