stopAdvertising method

Future<void> stopAdvertising()

Implementation

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