onInteraction method
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
}