InitializationError.lockScreenHasChangedError constructor
- Map<
String, dynamic> json
User has changed the lock screen configuration of the device and the credentials were created using an SDK previous to 1.7.
Params:
- json: contains the source for instance creation.
Implementation
factory InitializationError.lockScreenHasChangedError(
Map<String, dynamic> json,
) {
return InitializationLockScreenHasChangedError.fromJson(json);
}