isNfeUrl static method

bool isNfeUrl(
  1. String url
)

Implementation

static bool isNfeUrl(String url) {
  return URLStateExtractor(url).extractState() != 'UNKNOWN';
}