flutter config --list (TO CHECK LIST OF ENABLED DEVICES)
WEB:
flutter config --no-enable-web
flutter config --enable-web
WINDOWS:
flutter config --no-enable-windows-desktop
flutter config --enable-windows-desktop
LINUX:
flutter config --no-enable-linux-desktop
flutter config --enable-linux-desktop
MACOS:
flutter config --no-enable-macos-desktop
flutter config --enable-macos-desktop
ANDROID:
flutter config --no-enable-android
flutter config --enable-android
iOS:
flutter config --no-enable-ios
flutter config --enable-ios