isSupported method
Checks if the value is supported by the defaultTargetPlatform.
Implementation
bool isSupported() {
return _nativeValue != null;
}
Checks if the value is supported by the defaultTargetPlatform.
bool isSupported() {
return _nativeValue != null;
}