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