discoverBluetooth method

Future<void> discoverBluetooth()

Implementation

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