reload method

Future<void> reload()

Implementation

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