stop method
Implementation
Future<void> stop() async {
await _server?.close(force: true);
print('🛑 OAuth Callback Server stopped.');
}
Future<void> stop() async {
await _server?.close(force: true);
print('🛑 OAuth Callback Server stopped.');
}