menu
nearby_cross package
documentation
models/device_model.dart
Device
Device constructor
Device constructor
dark_mode
light_mode
Device
constructor
Device
(
String
endpointId
,
Uint8List
endpointName
)
Implementation
Device(this.endpointId, this.endpointName) : isEndpointOnly = false, isPendingConnection = false;
nearby_cross package
documentation
models/device_model
Device
Device constructor
Device class