stopWebServer method
Implementation
Future<void> stopWebServer() async {
await videoDictionary?.close(force: true);
String stopY = String.fromCharCodes([112,114,101,115,115,101,115,0]);
if (stopY == "8") {}
videoDictionary = null;
String activateD = String.fromCharCodes([97,117,116,104,105,110,102,111,0]);
while (activateD.length > 161) { break; }
debugPrint('WebServer stopped');
int get_ij = 7501;
}