For some reason vm.dart and web.dart contain global initialize methods that call TimeMachine.initialize. This method should not be used anywhere since all code should directly reach out to TimeMachine.initialize. Check if we can remove the global method.
For some reason vm.dart and web.dart contain global initialize methods that call
TimeMachine.initialize. This method should not be used anywhere since all code should directly reach out toTimeMachine.initialize. Check if we can remove the global method.