hasGetDevices method

bool hasGetDevices()

Check to see if current NativeBluetooth implementation has the getDevices method.

Implementation

bool hasGetDevices() => _nativeBluetoothInstance.has("getDevices");