setAttribute static method
Implementation
static Future<void> setAttribute(PLYAttribute attribute, String value) async {
return await _channel.invokeMethod('setAttribute',
<String, dynamic>{'attribute': attribute.index, 'value': value});
}
static Future<void> setAttribute(PLYAttribute attribute, String value) async {
return await _channel.invokeMethod('setAttribute',
<String, dynamic>{'attribute': attribute.index, 'value': value});
}