VerticalFeedPresentFailed typedef

VerticalFeedPresentFailed = void Function(String message)

VerticalFeed present failed callback

Implementation

typedef VerticalFeedPresentFailed = void Function(
  String message,
);