SendFunc typedef

SendFunc = Future<Map?> Function({required Map msg, bool skipOnMessage, int? timeout, bool waitResponse})

Implementation

typedef Future<Map?> SendFunc(
    {required Map msg, bool waitResponse, bool skipOnMessage, int? timeout});