StateManagementConfig constructor

StateManagementConfig({
  1. required String type,
})

Creates state management config.

Implementation

StateManagementConfig({required this.type});