ScopeExecutorFunction<S> typedef

ScopeExecutorFunction<S> = void Function(BuildContext context, S scope)

Implementation

typedef ScopeExecutorFunction<S> = void Function(
  BuildContext context,
  S scope,
);