MetaInfoFetchFailedBuilder typedef

MetaInfoFetchFailedBuilder = Widget Function(BuildContext context, Object exception, VoidCallback openLink)

A builder for handling failure of loading rich information link.

It retrived exception of error occured and openLink for opening website.

Implementation

typedef MetaInfoFetchFailedBuilder = Widget Function(
    BuildContext context, Object exception, VoidCallback openLink);