public function UnaryCall()

in src/GCPCallInvoker.php [70:73]


    public function UnaryCall($channel, $method, $deserialize, $options)
    {
        return new GCPUnaryCall($channel, $method, $deserialize, $options);
    }