stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  AssetsCache.clear();
  await _server?.close();
}