logout static method

Future<void> logout()

✅ Helper method: Clear session

Implementation

static Future<void> logout() async {
  await setstrTokenId("");
  user_name = "";
  ma_dvcs = "";
  comment = "";
  isOTP = "";
  id_otp = "";
}