getControls_Pre method

Future<GetControlsResponse> getControls_Pre(
  1. ServiceCall call,
  2. Future<GetControlsRequest> request
)

Implementation

$async.Future<$23.GetControlsResponse> getControls_Pre($grpc.ServiceCall call, $async.Future<$23.GetControlsRequest> request) async {
  return getControls(call, await request);
}