1#[cfg(feature = "notifications-direct")] 2pub mod direct; 3#[cfg(feature = "notifications-internal")] 4pub mod internal;