dispose method
Legacy FlowR disposal API.
Prefer close in bloc-native code. This method is intentionally sync for compatibility with existing FlowR providers and mixins.
Implementation
@mustCallSuper
@override
void dispose() {
unawaited(close());
}