supports method

bool supports(
  1. String token
)

Implementation

bool supports(String token) {
  return true;
}