getCurrentInputs_Pre method

Future<GetCurrentInputsResponse> getCurrentInputs_Pre(
  1. ServiceCall call,
  2. Future<GetCurrentInputsRequest> request
)

Implementation

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