provideSvg abstract method
Provides the SVG string representation for a given message
.
This method will be called in compute
with the result of
prepareMessage. Subclasses must implement this method to provide
the SVG string.
Implementation
@protected
String provideSvg(T? message);