reset method

  1. @protected
Future<void> reset()

Removes and cleans up any icon managed by the plugin.

Implementation

@protected
Future<void> reset() async {
  await _channel.invokeMethod('reset');
  _logger.finer('removed all icons');
}