reload static method

Future<void> reload()

Implementation

static Future<void> reload() async {
  final prefs = await SharedPreferences.getInstance();
  await prefs.reload();
}