Cross-platform native tray helpers for MoonBit.
pub struct Tray {
handle : Int64
native : Bool
platform : Platform
identifier : String
icon : String?
tooltip : String
visible : Bool
destroyed : Bool
}fn default_identifier() -> Stringfn ensure_supported() -> Result[Unit, String]fn is_supported() -> BoolCross-platform native tray helpers for MoonBit.