Returns true if s is in Data URL (Base-64) format.
s
static bool matches(String s) { return DataURLBase64.parse(s) != null; }