getState method
Streams the power state of the manager over time.
You must use this to verify AdapterState.poweredOn before calling advertise or publish.
Implementation
Stream<AdapterState> getState() => _BlePlatform.instance.peripheralManagerGetState();