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