SplashLoadingBuilder typedef

SplashLoadingBuilder = Widget Function(BuildContext context)

Builds the Flutter view shown while the SDK and splash ad are loading.

Implementation

typedef SplashLoadingBuilder = Widget Function(BuildContext context);