AdfurikunRectangleListener typedef

AdfurikunRectangleListener = dynamic Function(AdfurikunRectangleCallback? callback, String? appId, String? adNetworkKey, String? title, String? description, int? errorCode, List<AdNetworkError>? adNetworkErrorList)

Implementation

typedef AdfurikunRectangleListener(
    AdfurikunRectangleCallback? callback,
    String? appId,
    String? adNetworkKey,
    String? title,
    String? description,
    int? errorCode,
    List<AdNetworkError>? adNetworkErrorList);