tabNavigationReload function

dynamic tabNavigationReload()

Implementation

tabNavigationReload() {
  try {
    isHomeReload = true;
    isGalleryReload = true;
    isVideoReload = true;
    isBlogReload = true;
  } catch (e) {
    if (kDebugMode) {
      print(e);
    }
  }
}