controllerClearCache method

Future<void> controllerClearCache()

Implementation

Future<void> controllerClearCache() async {
  showLoading();
  await OAuthWebAuth.instance.clearCache();
  hideLoading();
  controllerReload();
}