destroy method

Future destroy()

Implementation

Future destroy() async {
  _isCancel = true;
  __functions?.destroy();
  __functions = null;
}