stopFlashingTaskbarAppIcon static method

  1. @Deprecated('Use [WindowsTaskbar.resetThumbnailToolbar] instead.')
Future<void> stopFlashingTaskbarAppIcon()

Deprecated API present to avoid breaking changes.

Implementation

@Deprecated('Use [WindowsTaskbar.resetThumbnailToolbar] instead.')
static Future<void> stopFlashingTaskbarAppIcon() =>
    WindowsTaskbar.resetFlashTaskbarAppIcon();