remove abstract method

Future<void> remove(
  1. T message
)

Remove a message from the store

Implementation

Future<void> remove(T message);