NwcMethod.fromPlaintext constructor
NwcMethod.fromPlaintext(
- String plaintext
Implementation
factory NwcMethod.fromPlaintext(String plaintext) {
return _methodsRegistry[plaintext] ?? NwcMethod.UNKNOWN;
}