I'm having a problem with calling:
HomeScreen.updateIcon(_Icon);
or
HomeScreen.setName("${app.title}");
This throws an exception "Module with handle [xxxx] and index [x] has no application entry point". Only when the application is first installed, but not subsequent reboots.
What's wrong with .updateIcon()?