actionProvider top-level property
Implementation
final actionProvider = ReduxProvider<ActionService, ActionState>((ref) {
return ActionService();
});
final actionProvider = ReduxProvider<ActionService, ActionState>((ref) {
return ActionService();
});