echo abstract method

Future<String> echo(
  1. String message
)

Echoes the given message back from the server.

Implementation

Future<String> echo(String message);