activate method

Future<String?> activate(
  1. String activationCode
)

Activates the SoftPOS terminal with the given activationCode.

Implementation

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