AtomicMethodChannel class

Inheritance

Constructors

AtomicMethodChannel()

Properties

channel MethodChannel
no setter
hashCode int
The hash code for this object.
no setterinherited
onCompletion AtomicCompletionHandler?
Response with more information when Transact completes and dismisses.
getter/setter pairinherited
onDataRequest AtomicDataRequestHandler?
Closure that will be called when a Transact data request event occurs
getter/setter pairinherited
onInteraction AtomicInteractionHandler?
Closure that will be called when a Transact Interaction event occurs
getter/setter pairinherited
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
override
toString() String
A string representation of this object.
inherited

Operators

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