scanDevices method

Future<bool> scanDevices()

Start scanning for Bluetooth devices.

Implementation

Future<bool> scanDevices() {
  throw UnimplementedError('scanDevices() has not been implemented.');
}