listErase_Pre method

Future<ListEraseResponse_> listErase_Pre(
  1. ServiceCall call,
  2. Future<ListEraseRequest_> request
)

Implementation

$async.Future<$0.ListEraseResponse_> listErase_Pre($grpc.ServiceCall call,
    $async.Future<$0.ListEraseRequest_> request) async {
  return listErase(call, await request);
}