scanBluetooth method

Future<void> scanBluetooth()

Implementation

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