lock method
void
lock()
Lock the Player for reducing accidental touches
Implementation
void lock() => lockNotifier.value = true;
Lock the Player for reducing accidental touches
void lock() => lockNotifier.value = true;