close method

Future close()

Implementation

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