[Fix] error: stored properties cannot be marked potentially unavailable with ‘@available’
The problem “error: stored properties cannot be marked potentially unavailable with ‘@available’” is seen when you are working on flutter on a iOS device and are trying to run the flutter_inappwebview. Given below is the snippet of the problem “error: stored properties cannot be marked potentially unavailable with ‘@available’” : The problem, “error: stored properties …