handleOptimistic method

Future<void> handleOptimistic(
  1. String interactionId,
  2. InteractionDefinition interaction
)

Handle optimistic update for interaction

Implementation

Future<void> handleOptimistic(
    String interactionId, InteractionDefinition interaction) async {}