installFromActivationCode method
Installs a profile using an activation code (e.g., SM-DP+ activation code or QR content depending on platform).
Implementation
Future<InstallResult> installFromActivationCode(String activationCode) {
throw UnimplementedError('installFromActivationCode() has not been implemented.');
}