isBroadcastSupported method

  1. @override
Future<bool> isBroadcastSupported()
override

If the device can act like a beacon (advertising BLE-Frames)

Implementation

@override
Future<bool> isBroadcastSupported() async => await _channel.invokeMethod('isBroadcastSupported');