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