CrossmintIdentityVerificationLoadingBuilder typedef

CrossmintIdentityVerificationLoadingBuilder = Widget Function(BuildContext context)

Builder signature for the overlay rendered on top of the hosted verification WebView while the page is loading.

Implementation

typedef CrossmintIdentityVerificationLoadingBuilder =
    Widget Function(BuildContext context);