added accidentally removed dartdoc

This commit is contained in:
shilangyu 2020-10-25 23:39:57 +00:00
parent e72130afe5
commit 28e0ec9bcb
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
/// Store managing user-level configuration such as theme or language
class ConfigStore extends ChangeNotifier {
ThemeMode _theme;
ThemeMode get theme => _theme;