installFromSmDp method

Future<InstallResult> installFromSmDp(
  1. String smDpUrl, {
  2. String? confirmationCode,
})

Installs a profile using an SM‑DP+ URL and optional confirmation/activation code.

Implementation

Future<InstallResult> installFromSmDp(String smDpUrl, {String? confirmationCode}) {
  throw UnimplementedError('installFromSmDp() has not been implemented.');
}