setExceptionOnUnsupportedPlatform method

  1. @override
void setExceptionOnUnsupportedPlatform(
  1. bool value
)
override

Sets whether an exception should be thrown on unsupported platforms.

Implementation

@override
/// Sets whether an exception should be thrown on unsupported platforms.
void setExceptionOnUnsupportedPlatform(bool value) {
  _exceptionOnUnsupportedPlatform = value;
}