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