init method
void
init()
Implementation
void init(){
if(now() == 0) {
nowOffset = DateTime.now();
if (timing != null && timing!.navigationStart != null) {
nowOffset = timing!.navigationStart;
}
}
}