close method
Closes the BloC. This method should be called when the BloC is no longer needed.
Implementation
@override
void close() {
super.close();
_fastStoreBlocSubscription.cancel();
}
Closes the BloC. This method should be called when the BloC is no longer needed.
@override
void close() {
super.close();
_fastStoreBlocSubscription.cancel();
}