onResumed method

Future<bool> onResumed()

Implementation

Future<bool> onResumed() async {
  Supabase.instance.log('***** SupabaseAuthRequiredState onResumed');
  return _recoverSupabaseSession();
}