clear<T> method

  1. @protected
  2. @nonVirtual
void clear<T>(
  1. StateRef<T> ref
)

Removes the state referenced by ref from the scope.

Implementation

@protected
@nonVirtual
void clear<T>(StateRef<T> ref) {
  scope.clear(ref);
}