save static method

Future<bool> save()

Implementation

static Future<bool> save() async {
  // var sp = await getSharedPreferences();
  return true;
}