unInit method

Future unInit()

Implementation

Future unInit() async {
  await _delegate?.dispose().then((value) {
    _delegate = null;
  });
}