local_notifier icon indicating copy to clipboard operation
local_notifier copied to clipboard

Error when call notification.show()

Open HVLoc opened this issue 2 years ago • 0 comments

Code:

LocalNotification notification = LocalNotification(
  title: item.reason,
 );

notification.show();

xml: <toast scenario="Default"><visual><binding template="ToastText02"><text id="1">content</text><text id="2"></text></binding></visual></toast>

HVLoc avatar Sep 27 '23 03:09 HVLoc