fallback method

  1. @override
String? fallback(
  1. DecodedContent content
)
override

This may provide text that can be displayed instead of the content. It can be used in contexts that do not support rendering a content type.

Implementation

@override
String? fallback(DecodedContent content) =>
    _codecs.fallback(content);