callTransform property

(CallConfig Function(String methodName, List args, CallConfig callConfig)?) callTransform
getter/setter pair

An override function for update calls' CallConfig. This will be called on every calls.

Implementation

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