listImplementations_Pre method

Future<ListImplementationsResponse> listImplementations_Pre(
  1. ServiceCall call,
  2. Future<ListImplementationsRequest> request
)

Implementation

$async.Future<$0.ListImplementationsResponse> listImplementations_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.ListImplementationsRequest> request) async {
  return listImplementations(call, await request);
}