callTransform property
An override function for update calls' CallConfig. This will be called on every calls.
Implementation
final CallConfig Function(
String methodName,
List args,
CallConfig callConfig,
)? callTransform;
An override function for update calls' CallConfig. This will be called on every calls.
final CallConfig Function(
String methodName,
List args,
CallConfig callConfig,
)? callTransform;