resetFlashTaskbarAppIcon static method

Future<void> resetFlashTaskbarAppIcon()

Stops flashing the taskbar app icon.

Undoes the results achieved by WindowsTaskbar.setFlashTaskbarAppIcon.

Implementation

static Future<void> resetFlashTaskbarAppIcon() {
  return _kChannel.invokeMethod(
    _kResetFlashTaskbarAppIcon,
    {},
  );
}