scanBluetoothDevices method

Future<List<String>> scanBluetoothDevices(
  1. TriposConfiguration configuration
)

Scan for Bluetooth devices

Implementation

Future<List<String>> scanBluetoothDevices(TriposConfiguration configuration) {
  throw UnimplementedError(
    'scanBluetoothDevices() has not been implemented.',
  );
}