isSessionLostMessage static method

bool isSessionLostMessage(
  1. String errorMessage
)

Implementation

static bool isSessionLostMessage(String errorMessage) {
  return errorMessage == "Exception: <<SESSION-LOST>>";
}