close method

Future close()

Implementation

Future close() async {
  await stop();
  grunt.close();
  await _sub?.cancel();
  await _ctrl.close();
}