updateState_Pre method

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

Implementation

$async.Future<$1.ServicePointState> updateState_Pre($grpc.ServiceCall $call,
    $async.Future<$1.ServicePointState> $request) async {
  return updateState($call, await $request);
}