reduce method

  1. @override
Future<AppState?> reduce()
override

An override to the ReduxAction.reduce to allow processing of anonymous actions

Implementation

@override
Future<AppState?> reduce() async => state.copyAll(_data);