onCancelled property

Stream<ComplyCubeError> get onCancelled

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

Implementation

Stream<ComplyCubeError> get onCancelled => throw UnimplementedError();