UpdateContactsReset.deserialize constructor

UpdateContactsReset.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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