userLogout static method

void userLogout()

Implementation

static void userLogout(){
  if(kIsWeb){
    ReFlutterWeb.userLogout();
  }
}