stop method

dynamic stop()

Implementation

stop() async {
  await AdvertisingHandler.stop(this);
}