afterMutation abstract method

void afterMutation(
  1. VxMutation<VxStore?> mutation
)

Function called after mutation and its side effects are executed.

Implementation

void afterMutation(VxMutation mutation);