accountKitReducer top-level property

Reducer<AccountKitState> accountKitReducer
final

Implementation

final accountKitReducer = combineReducers<AccountKitState>([
  partialAccountKitReducer,
  TypedReducer<AccountKitState, InitAccountKitAction>(_initAccountKit),
]);