selectedItemsByGroupIndex method Null safety
- int index
Implementation
Future<List<dynamic>> selectedItemsByGroupIndex(int index) async =>
await _state.getListValuesByIndex(index);
Future<List<dynamic>> selectedItemsByGroupIndex(int index) async =>
await _state.getListValuesByIndex(index);