provideSvg abstract method

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

Will be called in compute with the result of prepareMessage.

Implementation

@protected
String provideSvg(T? message);