setShortcutItems method

Future<void> setShortcutItems(
  1. List<ShortcutItem> items
)

Sets the ShortcutItems to become the app's quick actions.

Implementation

Future<void> setShortcutItems(List<ShortcutItem> items) async {
  throw UnimplementedError('setShortcutItems() has not been implemented.');
}