detach method

void detach()

Implementation

void detach() {
  if (!attached) return;

  attached = false;
  _runtime = null;
}