AuthMethodId.fromJson constructor
AuthMethodId.fromJson(
- Object? json
Decodes a wire string.
Implementation
factory AuthMethodId.fromJson(Object? json) =>
AuthMethodId(decodeAcpString(json));
Decodes a wire string.
factory AuthMethodId.fromJson(Object? json) =>
AuthMethodId(decodeAcpString(json));