Future<void> setNotificationIcon(String icon) async { await methodChannel.invokeMethod('setNotificationIcon', {'icon' : icon}); }