disposeImpl method
This is only intended to be used by automatically generated code, instead of developers.
Implementation
@protected
void disposeImpl() {
kFrbDartLogging.dispose();
final state = __state;
__state = null;
state?.dispose();
}
This is only intended to be used by automatically generated code, instead of developers.
@protected
void disposeImpl() {
kFrbDartLogging.dispose();
final state = __state;
__state = null;
state?.dispose();
}