LinuxNotificationCategory.networkDisconnected constructor

LinuxNotificationCategory.networkDisconnected()

A network disconnected notification. This should not be confused with LinuxNotificationCategory.deviceRemoved for disconnected network devices.

Implementation

factory LinuxNotificationCategory.networkDisconnected() =>
    const LinuxNotificationCategory('network.disconnected');