remove static method

void remove()

Implementation

static void remove() {
  if (_holder != null) {
    _holder?.remove();
    _holder = null;
  }
}