CallCreateCommand typedef

CallCreateCommand = Command Function(int? id, String? key, String? group, Map<String, String>? params, String? companyId)

Implementation

typedef CallCreateCommand = Command Function(
    int? id, String? key, String? group, Map<String, String>? params, String? companyId);