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