stopBleAdvertising method

Future<void> stopBleAdvertising()

Implementation

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