bluetoothStartSearch method

Future<void> bluetoothStartSearch()

search nearby bluetooth devices

Implementation

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