createDecoder method

  1. @override
Future<PlatformDecoder?> createDecoder(
  1. DecoderConfig config, {
  2. BackendContext? context,
})
override

Implementation

@override
Future<PlatformDecoder?> createDecoder(
  DecoderConfig config, {
  BackendContext? context,
}) async =>
    null;