isMailTo method

bool isMailTo(
  1. String link
)

Implementation

bool isMailTo(String link) {
  return link.startsWith("mailto:");
}