@override Future getClickedNotification() async { try { return await channel.invokeMethod('getClickedNotification'); } catch (error) { return; } }