stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  await _reloader?.stop();
  await pool.shutdown();
}