notifyBluetoothDeviceFound method

  1. @override
void notifyBluetoothDeviceFound(
  1. MyBluetoothDevice device
)
override

Implementation

@override
void notifyBluetoothDeviceFound(MyBluetoothDevice device) {
  _bluetoothDeviceFound.add(device);
}