createGroupWithPolicy_Pre method

Future<MsgCreateGroupWithPolicyResponse> createGroupWithPolicy_Pre(
  1. ServiceCall call,
  2. Future<MsgCreateGroupWithPolicy> request
)

Implementation

$async.Future<$29.MsgCreateGroupWithPolicyResponse> createGroupWithPolicy_Pre($grpc.ServiceCall call, $async.Future<$29.MsgCreateGroupWithPolicy> request) async {
  return createGroupWithPolicy(call, await request);
}