setIconImage method
- String iconImage
Name of image in sprite to use for drawing an image background.
Implementation
Future<void> setIconImage(String iconImage) =>
messenger.setIconImage(id, iconImage);
Name of image in sprite to use for drawing an image background.
Future<void> setIconImage(String iconImage) =>
messenger.setIconImage(id, iconImage);