RpcRequest.notify constructor

RpcRequest.notify(
  1. String method, [
  2. dynamic params
])

Creates a new RpcRequest as a notification request

Implementation

RpcRequest.notify(this.method, [this.params]) : super(null);