lock method

void lock()

Lock the Player for reducing accidental touches

Implementation

void lock() => lockNotifier.value = true;