initSub method

dynamic initSub()

Implementation

initSub() async {
  subPref = await SharedPreferences.getInstance();
}