ScreenEvents typedef

ScreenEvents = Map<ScreenEvent, Future<bool> Function(dynamic)>

Implementation

typedef ScreenEvents = Map<ScreenEvent, Future<bool> Function(dynamic)>;