Init function

Future<void> Init()

Implementation

Future<void> Init() async {
  prefs = await SharedPreferences.getInstance();


}