IosBluetoothOptions constructor
const
IosBluetoothOptions({})
Creates iOS BLE customization options.
Implementation
const IosBluetoothOptions({
this.restoreIdentifier,
this.scanTimeoutMs,
this.allowDuplicates = false,
this.autoReconnect = true,
this.filters = const <String, Object>{},
});