PendingOutOfBandOperationsError.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 PendingOutOfBandOperationsError.noDeviceLockError(
Map<String, dynamic> json,
) {
return PendingOutOfBandOperationsNoDeviceLockError.fromJson(json);
}