AtomicPlatformInterface class abstract

Inheritance
  • Object
  • PlatformInterface
  • AtomicPlatformInterface
Implementers

Constructors

AtomicPlatformInterface()

Properties

hashCode int
The hash code for this object.
no setterinherited
onCompletion AtomicCompletionHandler?
Response with more information when Transact completes and dismisses.
getter/setter pair
onDataRequest AtomicDataRequestHandler?
Closure that will be called when a Transact data request event occurs
getter/setter pair
onInteraction AtomicInteractionHandler?
Closure that will be called when a Transact Interaction event occurs
getter/setter pair
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
presentTransact({required AtomicConfig configuration}) Future<void>
Present the Atomic Transact SDK
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AtomicPlatformInterface
getter/setter pair