change abstract method

bool change({
  1. required String toStateName,
  2. bool run = true,
})

Implementation

bool change({required String toStateName, bool run = true});