menu
nfe_decoder package
documentation
decoder/decoder.dart
Decoder
isNfeUrl static method
isNfeUrl static method
dark_mode
light_mode
isNfeUrl
static method
bool
isNfeUrl
(
String
url
)
Implementation
static bool isNfeUrl(String url) { return URLStateExtractor(url).extractState() != 'UNKNOWN'; }
nfe_decoder package
documentation
decoder/decoder
Decoder
isNfeUrl static method
Decoder class