notifyBluetoothDeviceFound method
Implementation
void notifyBluetoothDeviceFound(MyBluetoothDevice device) {
for (final observer in _observers) {
observer.notifyBluetoothDeviceFound(device);
}
}
void notifyBluetoothDeviceFound(MyBluetoothDevice device) {
for (final observer in _observers) {
observer.notifyBluetoothDeviceFound(device);
}
}