class Platform {

  open() {
    throw new Error('Platform.open')
  }