goToInputs_Pre method

Future<GoToInputsResponse> goToInputs_Pre(
  1. ServiceCall call,
  2. Future<GoToInputsRequest> request
)

Implementation

$async.Future<$25.GoToInputsResponse> goToInputs_Pre($grpc.ServiceCall call, $async.Future<$25.GoToInputsRequest> request) async {
  return goToInputs(call, await request);
}