GlobalBLoC class abstract

全局BLoC, 全局BLoC和局部BLoC目前没用什么功能上的区别, 只是做一下区分

Inheritance

Constructors

GlobalBLoC(String semantics)

Properties

compositeSubscription CompositeSubscription
final
disposeBag List
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semantics String
BLoC代表的语义
finalinherited

Methods

dispose() → void
override
init() FutureOr<void>
初始化
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onErrorRetry() Future<void>
重试
inherited
reset() → void
重置BLoC, 发射初始值
override
toString() String
A string representation of this object.
inherited

Operators

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