clearShortcutItems method

Future<void> clearShortcutItems()

clearShortcutItems will remove all the shortcut items.

Implementation

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