isSupported property

Future<bool> isSupported

Returns true if advertising over BLE is supported

Implementation

Future<bool> get isSupported async =>
    await _methodChannel.invokeMethod<bool>('isSupported') ?? false;