supports abstract method

bool supports(
  1. Uint8List bytes
)

Returns true if this decoder supports the given file bytes, typically by reading the header content.

Implementation

bool supports(Uint8List bytes);