getStorage method

dynamic getStorage()

Implementation

getStorage() async {
  return await SharedPreferences.getInstance();
}