ComplycubePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ComplycubePlatform
Implementers

Constructors

ComplycubePlatform()
Constructs a ComplycubePlatform.

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

Methods

getPlatformVersion() Future<String?>
Returns the platform version of the device
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openCCubeNativeBuild({required Map<String, dynamic> settings}) Future<String?>
The funciton that calls complycube native code with the required settings
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance ComplycubePlatform
The default instance of ComplycubePlatform to use.
getter/setter pair