clearShortcutItems method

Future<void> clearShortcutItems()

Removes all ShortcutItems registered for the app.

Implementation

Future<void> clearShortcutItems() {
  throw UnimplementedError('clearShortcutItems() has not been implemented.');
}