version static method

String version()

Implementation

static String version() {
  try {
    return Platform.version;
  } catch (e) {
    return "";
  }
}