FusedTransformer.sync constructor
FusedTransformer.sync()
Always decode the response in the same isolate
Implementation
factory FusedTransformer.sync() => FusedTransformer(
contentLengthIsolateThreshold: -1,
);
Always decode the response in the same isolate
factory FusedTransformer.sync() => FusedTransformer(
contentLengthIsolateThreshold: -1,
);