composeMsg static method

_Message composeMsg(
  1. String url
)

Create a _Message instance that can be used to compose a custom message.

Implementation

static _Message composeMsg(String url) {
  return _Message(url);
}