start method

dynamic start()

Implementation

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