Future<void> setNotification(String title, String body, String icon) { return PacketSdkPlatform.instance.setNotification(title, body, icon); }