getErrorForFileNotFound function

dynamic getErrorForFileNotFound()

ERROR MESSAGE FOR FILE NOT FOUND

Implementation

getErrorForFileNotFound() {
  Logger.error(
      "\n❌ Error: file not found, make sure there is web/index.html and web/manifest.json in your project\n");

  Logger.normal("\nenable web support in your project\n");
  Logger.normal("to know more: https://docs.flutter.dev/web\n\n");
}