menu
getme package
documentation
get_rx/src/rx_types/rx_types.dart
RxObjectMixin<T>
dispose method
dispose method
dark_mode
light_mode
dispose
method
@
mustCallSuper
void
dispose
(
)
inherited
Implementation
@mustCallSuper void dispose() { assert(_debugAssertNotDisposed()); _updaters = null; }
getme package
documentation
get_rx/src/rx_types/rx_types
RxObjectMixin<T>
dispose method
RxObjectMixin mixin