LinuxNotificationCategory.email constructor

LinuxNotificationCategory.email()

A generic e-mail-related notification that doesn't fit into any other category.

Implementation

factory LinuxNotificationCategory.email() =>
    const LinuxNotificationCategory('email');