presentTransact method
Present the Atomic Transact SDK
configConfiguration of the Transact SDK
Implementation
@override
Future<void> presentTransact({
required AtomicConfig configuration,
}) async {
await _channel.invokeMethod(
'presentTransact',
{
'configuration': configuration.toJson(),
},
);
}