initPreference static method

Future initPreference()

Implementation

static Future initPreference() async {
  preference = await SharedPreferences.getInstance();
  return preference;
}