supportsWebHosting method
Whether this project supports web hosting deployment.
Implementation
bool supportsWebHosting() {
return config.template.isJasprApp ||
(config.template.isFlutterApp && config.platforms.contains('web'));
}
Whether this project supports web hosting deployment.
bool supportsWebHosting() {
return config.template.isJasprApp ||
(config.template.isFlutterApp && config.platforms.contains('web'));
}