remove method

void remove()

移除全局光标

Implementation

void remove() {
  if (_cursor != null) {
    ElOverlay.state.remove(ElCursorService);
    _cursor = null;
  }
}