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