wifiCsiProcessingEntry function

void wifiCsiProcessingEntry(
  1. dynamic mainSendPort
)

WiFi CSI processing entry point (stub, never called).

Implementation

void wifiCsiProcessingEntry(dynamic mainSendPort) {
  throw UnsupportedError('Isolates are not supported on this platform');
}