LocalBLoC class abstract

局部BLoC, 局部BLoC通常包在Screen的外面, 作用范围就是这个Screen内部

Inheritance

Constructors

LocalBLoC(String semantics)

Properties

compositeSubscription CompositeSubscription
final
disposeBag List
目前在BLoC内使用非IO的情况越来越多, 这里开放成dynamic类型
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