onSucceededCall property

void Function(MethodCallContext callContext)? onSucceededCall
final

Callback when any call to the server succeeds.

Implementation

final void Function(MethodCallContext callContext)? onSucceededCall;