AppSchemeImpl class

Inheritance

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

getInitScheme() Future<SchemeEntity?>
获取第一次从外部打开的Scheme信息
override
getLatestScheme() Future<SchemeEntity?>
获取最新从外部打开的Scheme信息
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerSchemeListener() Stream<SchemeEntity?>
注册从外部打开的Scheme监听信息
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getInstance() AppSchemeImpl?