flutter-plugins
flutter-plugins copied to clipboard
[win_toast] how to use iconPath in WinToast.instance().initialize()
I'm in a trouble with iconPath field in initialize. I try to use iconPath to change default icon of notification generated by WinToast but it's not working.
I use path to assets folder like this:
iconPath: 'assets/images/logo_app/logo.png'
Anyone who tried and succeeded, help me pleaseee! Thanks!