FluxFunction typedef

FluxFunction = FutureOr<Object?> Function(List<Object?> args)

Function type for Dart functions callable from Flux

Implementation

typedef FluxFunction = FutureOr<Object?> Function(List<Object?> args);