clear<T> abstract method

void clear<T>(
  1. StateRef<T> ref
)

Removes the state referenced by ref from the scope.

Implementation

void clear<T>(StateRef<T> ref);