init method

dynamic init()

Implementation

init() async {
    _prefs = await SharedPreferences.getInstance();
}