installIosViaLpa method

Future<bool> installIosViaLpa(
  1. String lpaString
)

Installs iOS eSIM via Apple LPA URL (LPA string). Returns true if the system URL was opened successfully. This is a convenience for opening Apple's official LPA provisioning URL.

Implementation

Future<bool> installIosViaLpa(String lpaString) {
  throw UnimplementedError('installIosViaLpa() has not been implemented.');
}