getNotificationPolicy method

ResponseFuture<GetNotificationPolicyResponse> getNotificationPolicy(
  1. GetNotificationPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

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