getNotificationPolicy method
ResponseFuture<GetNotificationPolicyResponse>
getNotificationPolicy(
- GetNotificationPolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.GetNotificationPolicyResponse> getNotificationPolicy($1.GetNotificationPolicyRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getNotificationPolicy, request, options: options);
}