DestroyAuthKeyFail.deserialize constructor

DestroyAuthKeyFail.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

factory DestroyAuthKeyFail.deserialize(BinaryReader reader) {
  // Construct [DestroyAuthKeyFail] object.
  final returnValue = DestroyAuthKeyFail();

  // Now return the deserialized [DestroyAuthKeyFail].
  return returnValue;
}