SetPinResp.fromBytes constructor
SetPinResp.fromBytes(
- Uint8List data
Implementation
factory SetPinResp.fromBytes(Uint8List data) {
if (!EmptyMessage._isValidSize(data)) {
throw IncorrectMessageSizeException();
}
return SetPinResp();
}