setExceptionOnUnsupportedPlatform method
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;
}