communityPool_Pre method

Future<QueryCommunityPoolResponse> communityPool_Pre(
  1. ServiceCall call,
  2. Future<QueryCommunityPoolRequest> request
)

Implementation

$async.Future<$0.QueryCommunityPoolResponse> communityPool_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.QueryCommunityPoolRequest> request) async {
  return communityPool(call, await request);
}