Fix Flutter Android licenses exception
Development flutter android mobile exceptionReading time: 1 minute, 0 seconds

During Flutter installation, you must control your configuration with the command:
$ flutter doctor
I the report generated, you will accept the Android licenses with the command :
$ flutter doctor --android-licenses
But the output can be something like :
Exception in thread "main" java.lan...