UnknownMethodRequestOrNotification
data class UnknownMethodRequestOrNotification(val method: Method, val params: NotificationParams? = null)(source)
Deprecated
This class will be removed
Represents a request or notification for an unknown method.
Parameters
method
The method that is unknown.