setShortcutItems static method
setShortcutItems will set all the shortcut items. Officially Supported Platforms/Implementations:
- Android
- iOS
Implementation
static Future<void> setShortcutItems(
{required List<ShortcutItem> shortcutItems}) async {
return FlutterShortcutPlatform.instance.setShortcutItems(shortcutItems);
}