LockNavigatorService constructor

LockNavigatorService()

Implementation

LockNavigatorService() {
  lockPageStack = <PageInstance>[];
  updateKey = ForceUpdateKey();
  animateUpdateKey = ForceUpdateKey();
}