logout static method

void logout()

Implementation

static void logout() {
  try {
    PlotlineWeb.logout();
  } catch (e) {
    debugPrint("Error in logout: $e");
  }
}