disposeImpl method

  1. @protected
void disposeImpl()

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();
}