RPCCompleter<T> constructor

RPCCompleter<T>(
  1. FuturesTable futuresTableInHandler,
  2. FutureUniqueIdentifier uniqueIdentifier,
  3. T _returnTypeExample
)

Implementation

RPCCompleter(FuturesTable futuresTableInHandler,
    FutureUniqueIdentifier uniqueIdentifier,
    this._returnTypeExample) : super(futuresTableInHandler, uniqueIdentifier)
{

}