App class

OmniAccelerANT's half of the shared shell.

Everything that used to live here - the animation controller, the width breakpoints, the four handle* callbacks, the theme pair and the FutureBuilder -> MaterialApp.router tail - now lives once in KataglyphisAppShell. What is left is genuinely this app's: its settings loader, its generated AppLocalizations, its screen configurations and the OmniBlogDependentAppAttributes that carries the WebRTC settings.

Constructors

App({dynamic key})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited