isSupported method

Future<bool> isSupported()

Whether this platform can compress video at all. Always true on native; on web it reports WebCodecs + demux/mux availability.

Implementation

Future<bool> isSupported() async => true;