ContouraisdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ContouraisdkPlatform
Implementers

Constructors

ContouraisdkPlatform.new()
Constructs a ContouraisdkPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerCallbacks(dynamic callbackOnDataReceived(Map<String, String>), dynamic callbackOnEventCaptured(String), dynamic callbackOnContourClosed()) Future<void>
startContourSDK(String clientID, String captureSide, String captureType, bool enableMultipleCheckCapturing) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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