isSupportedScript method

bool isSupportedScript(
  1. String str
)

Implementation

bool isSupportedScript(String str) => jsObject.isSupportedScript(str);