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