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