exceptionOnUnsupportedPlatform property

  1. @override
bool get exceptionOnUnsupportedPlatform
override

Indicates whether an exception should be thrown on unsupported platforms. If set to true, an exception will be thrown when trying to use the multicast lock on a platform that does not support it (e.g., non-Android).

Implementation

@override
bool get exceptionOnUnsupportedPlatform => _exceptionOnUnsupportedPlatform;