updateCustomNotificationPolicy_Pre method
Future<UpdateCustomNotificationPolicyResponse>
updateCustomNotificationPolicy_Pre(
- ServiceCall call,
- Future<
UpdateCustomNotificationPolicyRequest> request
Implementation
$async.Future<$0.UpdateCustomNotificationPolicyResponse> updateCustomNotificationPolicy_Pre($grpc.ServiceCall call, $async.Future<$0.UpdateCustomNotificationPolicyRequest> request) async {
return updateCustomNotificationPolicy(call, await request);
}