provideSvg method
Will be called in compute
with the result of prepareMessage.
Implementation
@override
String provideSvg(ByteData? message) =>
utf8.decode(message!.buffer.asUint8List(), allowMalformed: true);
Will be called in compute
with the result of prepareMessage.
@override
String provideSvg(ByteData? message) =>
utf8.decode(message!.buffer.asUint8List(), allowMalformed: true);