dispose method

Future dispose()

Implementation

Future dispose() async {
  await _resultSc.close();
}