setAttribute method
Sets a custom attribute
Implementation
void setAttribute(String key, dynamic value) =>
_params.setAttribute(key, value);
Sets a custom attribute
void setAttribute(String key, dynamic value) =>
_params.setAttribute(key, value);