add abstract method

Future<void> add(
  1. T message
)

Add a new message to the store

Implementation

Future<void> add(T message);