OnInitializeListener mixin

flutter engine initialize

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

buildAppWidget() Widget
构建应用启动组件
crashCompletedCall() → void
crash 执行完成回调
crashReportCall(CrashInfo crashInfo) → void
crash 上报回调
environment() int
获取应用环境
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startCall({required dynamic complete()}) → void
应用启动回调(组件创建后执行)
startSyncCall({required dynamic syncCall()}) Future<void>
应用启动回调(组件创建之前执行)
toString() String
A string representation of this object.
inherited

Operators

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