stopAdvertisingPeer method

FutureOr stopAdvertisingPeer()

Stops advertising this peer device for connection.

Implementation

FutureOr<dynamic> stopAdvertisingPeer() async {
  await _channel.invokeMethod(_stopAdvertisingPeer);
}