build abstract method

Widget build(
  1. BuildContext context,
  2. Message message,
  3. Map<String, List<Attachment>> attachments
)

Builds a widget for the given message and attachments. This will only be called if canHandle returns true.

Implementation

Widget build(
  BuildContext context,
  Message message,
  Map<String, List<Attachment>> attachments,
);