toText abstract method

Future<String> toText(
  1. Gateway gateway
)

Returns a text of the message.

Implementation

Future<String> toText(Gateway gateway);