callTransform property

(CallConfig Function(String methodName, List args, CallConfig callConfig)?) callTransform
final

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;