Why should you provide a defaultValue when reading the darkMode entry from the box in a Flutter application?
Options
- Because the value will be null when the application starts for the first time.
- Because value of themeMode is set based on the value of darkMode
- Both Choice 1 and 2
- Neither Choice 1 nor 2