echoTest method

Future<Map<String, dynamic>> echoTest()

test echo transaction

Implementation

Future<Map<String, dynamic>> echoTest() {
  throw UnimplementedError('echoTest() has not been implemented.');
}