local_notifier
local_notifier copied to clipboard
Error when call notification.show()
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>