- Inheritance
-
- Object
- PlatformInterface
- ComplycubePlatform
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
onCancelled
→ Stream<ComplyCubeError>
-
Can only be listened once. If have more than one subscription, only the last subscription can receive events.
no setter
-
onComplyCubeEvents
→ Stream<ComplyCubeEvent>
-
Can only be listened once. If have more than one subscription, only the last subscription can receive events.
no setter
-
onError
→ Stream<List<ComplyCubeError>>
-
Can only be listened once. If have more than one subscription, only the last subscription can receive events.
no setter
-
onSuccess
→ Stream<ComplyCubeResult>
-
Can only be listened once. If have more than one subscription, only the last subscription can receive events.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited