Was having a cast-error when setting an icon, notification-icon and notification title.
_CastError (type 'Future' is not a subtype of type 'FutureOr' in type cast)
Modifying package source to FutureOr<dynamic> worked but should be ported to package update.
Was having a cast-error when setting an icon, notification-icon and notification title.
_CastError (type 'Future' is not a subtype of type 'FutureOr' in type cast)
Modifying package source to
FutureOr<dynamic>worked but should be ported to package update.