FutureFamilyBuilder<T, P> typedef

FutureFamilyBuilder<T, P> = Future<T> Function(WatchableRef ref, P param)

Implementation

typedef FutureFamilyBuilder<T, P> = Future<T> Function(
  WatchableRef ref,
  P param,
);