You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would add a setup method to let the user choose whether to automatically create shortcuts
await localNotifier.setup(
appName:'local_notifier_example',
// The parameter shortcutPolicy only works on Windows
shortcutPolicy:ShortcutPolicy.requireCreate,
);
This fixes #14 && #10.
The text was updated successfully, but these errors were encountered: