toTemplate abstract method

Future<String> toTemplate(
  1. Gateway gateway
)

Return a template of the message.

Implementation

Future<String> toTemplate(Gateway gateway);