hasGetDevices method
Check to see if current NativeBluetooth implementation has the getDevices method.
Implementation
bool hasGetDevices() => _nativeBluetoothInstance.has("getDevices");
Check to see if current NativeBluetooth implementation has the getDevices method.
bool hasGetDevices() => _nativeBluetoothInstance.has("getDevices");