OnNotificationButtonClick typedef

OnNotificationButtonClick = void Function(String buttonType, String callCid, ServiceType serviceType)

Implementation

typedef OnNotificationButtonClick =
    void Function(
      String buttonType,
      String callCid,
      ServiceType serviceType,
    );