AuthCloudApiError.noDeviceLockError constructor
- Map<
String, dynamic> json
An error that indicates that the device has no secure lock screen.
Params:
- json: contains the source for instance creation.
Implementation
factory AuthCloudApiError.noDeviceLockError(Map<String, dynamic> json) {
return AuthCloudApiNoDeviceLockError.fromJson(json);
}