LifecycleAwareContextBuilder3<L, A, B> typedef

LifecycleAwareContextBuilder3<L, A, B> = L Function(BuildContext context, A other, B other2)

Implementation

typedef LifecycleAwareContextBuilder3<L, A, B> = L Function(
    BuildContext context, A other, B other2);