AppStartKeys class

AppStart keys

Constructors

AppStartKeys()

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

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

Constants

mainInitEnd → const String
Key for end time when main function is called and our setup functionality is called
mainInitStart → const String
Key for start time when main function is called and our setup functionality is called
prePluginInitEnd → const String
Key for end time when Flutter engine is initializing, which triggers the init of our plugin.
prePluginInitStart → const String
Key for start time when Flutter engine is initializing, which triggers the init of our plugin.
values → const List<String>
List of AppStartKeys