listLength_Pre method

Future<ListLengthResponse_> listLength_Pre(
  1. ServiceCall call,
  2. Future<ListLengthRequest_> request
)

Implementation

$async.Future<$0.ListLengthResponse_> listLength_Pre($grpc.ServiceCall call,
    $async.Future<$0.ListLengthRequest_> request) async {
  return listLength(call, await request);
}