clearShortcutItems method

  1. @override
Future<void> clearShortcutItems()
override

Removes all ShortcutItems registered for the app.

Implementation

@override
Future<void> clearShortcutItems() =>
    channel.invokeMethod<void>('clearShortcutItems');