Sets the subtitle of the window (macOS only).
To remove the subtitle, pass an empty string to this method.
static Future<void> setSubtitle(String subtitle) async { WindowManipulator.setSubtitle(subtitle); }