MenuEvent typedef

MenuEvent = bool Function(String id, String title, List<String>? params)

Implementation

typedef MenuEvent = bool Function(
    String id, String title, List<String>? params);