UnsupportedPlatformException constructor

UnsupportedPlatformException(
  1. String message, {
  2. Exception? cause,
  3. StackTrace? stackTrace,
})

Implementation

UnsupportedPlatformException(
  this.message, {
  this.cause,
  this.stackTrace,
});