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