updateNotificationPolicy_Pre method
Future<UpdateNotificationPolicyResponse>
updateNotificationPolicy_Pre(
- ServiceCall $call,
- Future<
UpdateNotificationPolicyRequest> $request
Implementation
$async.Future<$0.UpdateNotificationPolicyResponse>
updateNotificationPolicy_Pre($grpc.ServiceCall $call,
$async.Future<$0.UpdateNotificationPolicyRequest> $request) async {
return updateNotificationPolicy($call, await $request);
}