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