OmniBootstrapData typedef

OmniBootstrapData = (dynamic, dynamic, List, List, dynamic)

Everything this app reads off disk before its first frame.

The fifth slot is what makes it OmniAccelerANT's own type rather than the shell's: WebRTCSettings exists only in this app.

Implementation

typedef OmniBootstrapData = (
  AppSettings,
  UserSettings,
  List<BlogPageConfig>,
  List<MyTwoCentsConfig>,
  WebRTCSettings,
);