setSimulatorConfiguration method
The simulator configuration settings that will be used when connecting to and creating payments with a simulated reader.
Implementation
Future<void> setSimulatorConfiguration(SimulatorConfiguration configuration) async =>
await _platform.setSimulatorConfiguration(configuration);