flutter_blue
flutter_blue copied to clipboard
create method to make device discoverable
For my app I'd like to make the Bluetooth device discoverable for other devices to connect while scanning. Is this possible? I'd assume the method would be something like
Future<void> = FlutterBlue.instance.setDiscoverable(bool);
I was wondering the same thing.
Yes Please +++++++