isEncoderSupported abstract method

Future<bool> isEncoderSupported(
  1. String recorderId,
  2. AudioEncoder encoder
)

Checks if the given encoder is supported on the current platform.

Implementation

Future<bool> isEncoderSupported(String recorderId, AudioEncoder encoder);