dispatch method

Future<bool> dispatch(
  1. String json
)

Sends the given json to the backend.

Implementation

Future<bool> dispatch(String json) async => true;