stop method

void stop()

Implementation

void stop() {
  _server?.close();
  print('🔄 Flutter dev proxy stopped');
}