createDefault method

ResponseFuture<NotificationId> createDefault(
  1. CreateDefaultNotificationRequest request, {
  2. CallOptions? options,
})

Notifications: Create Default

Implementation

$grpc.ResponseFuture<$1.NotificationId> createDefault(
  $0.CreateDefaultNotificationRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createDefault, request, options: options);
}