BridgeManager class

createTime: 2022/11/19 on 12:41 desc:

@author azhon

Constructors

BridgeManager.new()

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

exist(String url) bool
check has bridge(url)
get<T>(String url) Future<R<T>>
get response by url
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(Map<String, Function> bridges) → void
register all modules bridges
toString() String
A string representation of this object.
inherited
unregister(String url) bool
remove one of bridges

Operators

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

Static Properties

instance BridgeManager
no setter