listAppLinks_Pre method

Future<ListAppLinksResponse> listAppLinks_Pre(
  1. ServiceCall call,
  2. Future<ListAppLinksRequest> request
)

Implementation

$async.Future<$1.ListAppLinksResponse> listAppLinks_Pre($grpc.ServiceCall call, $async.Future<$1.ListAppLinksRequest> request) async {
  return listAppLinks(call, await request);
}