close method
Closes the BloC. This method should be called when the BloC is no longer needed.
Implementation
@override
void close() {
super.close();
currentState.adView?.dispose();
_adService?.dispose();
}
Closes the BloC. This method should be called when the BloC is no longer needed.
@override
void close() {
super.close();
currentState.adView?.dispose();
_adService?.dispose();
}