FlutterOpenDroneId class

Constructors

FlutterOpenDroneId()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

allMessages Stream<MessageContainer>
no setter
bluetoothState Stream<bool>
no setter
btMaxAdvDataLen Future<int>
no setter
btTurnedOn Future<bool>
no setter
isBluetoothExtendedSupported Future<bool>
no setter
isScanningBluetooth Future<bool>
no setter
isScanningWifi Future<bool>
no setter
isWifiNanSupported Future<bool>
no setter
wifiState Stream<bool>
no setter
wifiTurnedOn Future<bool>
no setter

Static Methods

setBtScanPriority(ScanPriority priority) Future<void>
startScan(UsedTechnologies usedTechnologies) Future<void>
Starts scanning for nearby traffic For Bluetooth scanning, bluetooth permissions are required on both platforms, Android requires Bluetooth scan permission location permission on ver. < 12
stopScan() Future<void>
Stops any currently running scan