UnsupportedPlatformException constructor
UnsupportedPlatformException(
- String platform
Implementation
UnsupportedPlatformException(this.platform)
: super(
'flutter_scrapper only supports Android and iOS platforms. Current platform: $platform');