EchoCallbackFunction typedef

Future<bool> EchoCallbackFunction (String echoValue)

Returns the echo value provided when registering the task.

Implementation

typedef EchoCallbackFunction = Future<bool> Function(String echoValue);