getStorage method

Future<SharedPreferences> getStorage()

Implementation

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