updateState abstract method

Future<ServicePointState> updateState(
  1. ServiceCall call,
  2. ServicePointState request
)

Implementation

$async.Future<$1.ServicePointState> updateState(
    $grpc.ServiceCall call, $1.ServicePointState request);