clearShortcutItems static method

Future<void> clearShortcutItems()

clearShortcutItems will remove all the shortcut items. Officially Supported Platforms/Implementations:

  • Android
  • iOS

Implementation

static Future<void> clearShortcutItems() async {
  return FlutterShortcutPlatform.instance.clearShortcutItems();
}