reload method

dynamic reload()

Implementation

reload() async {
  _lastReloadTime = TZDateTime.now(_timezone);
  SharedPreferences preferences = await SharedPreferences.getInstance();
  await preferences.reload();
}