getState_Pre method

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

Implementation

$async.Future<$1.ServicePointState> getState_Pre($grpc.ServiceCall $call,
    $async.Future<$0.ServicePointId> $request) async {
  return getState($call, await $request);
}