listPopBack_Pre method
Future<ListPopBackResponse_>
listPopBack_Pre(
- ServiceCall call,
- Future<
ListPopBackRequest_> request
Implementation
$async.Future<$0.ListPopBackResponse_> listPopBack_Pre($grpc.ServiceCall call,
$async.Future<$0.ListPopBackRequest_> request) async {
return listPopBack(call, await request);
}