getMessage abstract method

Message? getMessage(
  1. String endpoint
)

Returns a Message if it's available at the endpoint, null otherwise.

Implementation

Message? getMessage(String endpoint);