SendFuncType typedef

SendFuncType = void Function({Map<String, String>? data, String? target})

Implementation

typedef SendFuncType = void Function(
    {String? target, Map<String, String>? data});