onInteraction method

  1. @override
void onInteraction(
  1. InteractivePolyline<Object> item,
  2. InteractionType type
)
override

Handle interaction side-effects (e.g., internal model callbacks).

Implementation

@override
void onInteraction(InteractivePolyline item, InteractionType type) {
  // No internal callbacks on the model itself for Polylines currently
}