wifiCsiProcessingEntry function
void
wifiCsiProcessingEntry(
- dynamic mainSendPort
WiFi CSI processing entry point (stub, never called).
Implementation
void wifiCsiProcessingEntry(dynamic mainSendPort) {
throw UnsupportedError('Isolates are not supported on this platform');
}