getPolygonLightnessFactor method
Implementation
@override
Future<num?> getPolygonLightnessFactor(MPDisplayRuleId id) {
return displayRuleMethodChannel
.invokeMethod("DRU_getPolygonLightnessFactor", {"id": id.value});
}
@override
Future<num?> getPolygonLightnessFactor(MPDisplayRuleId id) {
return displayRuleMethodChannel
.invokeMethod("DRU_getPolygonLightnessFactor", {"id": id.value});
}