getCurrentInputs_Pre method
- ServiceCall call,
- Future<
GetCurrentInputsRequest> request
Implementation
$async.Future<$25.GetCurrentInputsResponse> getCurrentInputs_Pre($grpc.ServiceCall call, $async.Future<$25.GetCurrentInputsRequest> request) async {
return getCurrentInputs(call, await request);
}