LazyComponentLoader<P> typedef

LazyComponentLoader<P> = Future<ReactComponentBuilder<P>> Function()

A component loader used by lazy.

Implementation

typedef LazyComponentLoader<P> = Future<ReactComponentBuilder<P>> Function();