stopAdvertising method

Future<void> stopAdvertising()

停止 BLE 广播。

无参数。Android/iOS/macOS 会停止外设广播;Linux/Windows/Web 为空操作。

Implementation

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