FusedTransformer.sync constructor

FusedTransformer.sync()

Always decode the response in the same isolate

Implementation

factory FusedTransformer.sync() => FusedTransformer(
      contentLengthIsolateThreshold: -1,
    );