pinnedCodes_Pre method
Future<QueryPinnedCodesResponse>
pinnedCodes_Pre(
- ServiceCall call,
- Future<
QueryPinnedCodesRequest> request
Implementation
$async.Future<$1.QueryPinnedCodesResponse> pinnedCodes_Pre(
$grpc.ServiceCall call,
$async.Future<$1.QueryPinnedCodesRequest> request) async {
return pinnedCodes(call, await request);
}