warmUp method

Future<String?> warmUp()

Triggers the SoftPOS warm-up process.

Implementation

Future<String?> warmUp() {
  throw UnimplementedError('warmUp() has not been implemented.');
}