GameShortcutsBuilder typedef

GameShortcutsBuilder = List<GameShortcut> Function(BuildContext context, List<GameShortcut> shortcuts)

The type of a function which modifies a List of GameShortcuts.

Implementation

typedef GameShortcutsBuilder =
    List<GameShortcut> Function(
      BuildContext context,
      List<GameShortcut> shortcuts,
    );