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