WalletConnectException.methodNotFound constructor
WalletConnectException.methodNotFound(
- String methodName
An exception indicating that the method named methodName
was not found.
This should usually be used only by fallback handlers.
Implementation
WalletConnectException.methodNotFound(String methodName)
: this(
'Unknown method "$methodName".',
code: error_code.METHOD_NOT_FOUND,
);