AccountInitPasskeyRegistration.deserialize constructor
AccountInitPasskeyRegistration.deserialize(
- BinaryReader reader
Deserialize.
Implementation
factory AccountInitPasskeyRegistration.deserialize(BinaryReader reader) {
// Construct [AccountInitPasskeyRegistration] object.
final returnValue = AccountInitPasskeyRegistration();
// Now return the deserialized [AccountInitPasskeyRegistration].
return returnValue;
}