provideSvg abstract method

  1. @protected
String provideSvg(
  1. T? message
)

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);