bindViewModelInstance abstract method

void bindViewModelInstance(
  1. ViewModelInstance viewModelInstance
)

Binds the provided viewModelInstance to the artboard

Docs: https://rive.app/docs/runtimes/data-binding

Implementation

void bindViewModelInstance(ViewModelInstance viewModelInstance);