discoverComponents_Pre method

Future<DiscoverComponentsResponse> discoverComponents_Pre(
  1. ServiceCall call,
  2. Future<DiscoverComponentsRequest> request
)

Implementation

$async.Future<$30.DiscoverComponentsResponse> discoverComponents_Pre($grpc.ServiceCall call, $async.Future<$30.DiscoverComponentsRequest> request) async {
  return discoverComponents(call, await request);
}