Function type for Dart functions callable from Flux
typedef FluxFunction = FutureOr<Object?> Function(List<Object?> args);