supports method

bool supports(
  1. String platformLabel
)

Whether the given platform label has a prebuilt artifact.

Implementation

bool supports(String platformLabel) => artifacts.containsKey(platformLabel);