APLRestoreConfiguration function
Restores the configuration from temporary storage back into the Keychain.
See also APLSaveConfiguration
Implementation
Future<void> APLRestoreConfiguration() async {
assert(_libraryInitialized);
await _channel.invokeMethod('restoreconfiguration');
}