stopNativeSsdp method

Future<void> stopNativeSsdp(
  1. String sessionId
)
inherited

Stops the native SSDP discovery engine.

Implementation

Future<void> stopNativeSsdp(String sessionId) {
  throw UnimplementedError('stopNativeSsdp() has not been implemented.');
}