unitedsoftworks
Results
1
comments of
unitedsoftworks
@WanKapef try importing this ``` import 'package:flutter_blue/gen/flutterblue.pb.dart' as ProtoBluetoothDevice; ``` and then use the ProtoBluetoothDevice.BlueoothDevice constructor. ``` var protoBt = ProtoBluetoothDevice.BluetoothDevice( remoteId: uuid ); var d = BluetoothDevice.fromProto(protoBt); ```