UnsupportedPlatformException constructor

UnsupportedPlatformException(
  1. String platform
)

Implementation

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