setIcon property

  1. @protected
Future<void> Function(Id id, BetrayalPlugin plugin) setIcon
latefinal

The call into the plugin to set the image for a TrayIcon with the given Id.

Implementation

@protected
late final Future<void> Function(Id id, BetrayalPlugin plugin) setIcon;