logout static method

void logout()

Implementation

static void logout() {
  plotlineFunc?.callAsFunction(null, "logout".toJS);
}