userLogout static method

void userLogout()

Implementation

static void userLogout(){
  try{
    sdk.callMethod('userLogout');
  }catch(e){
    debugPrint("$e");
  }
}