getRelativeTime static method

int getRelativeTime()

Method returns current timestamp. Returns internal timestamp

Example:

// Get relative time
print('Relative Time: ${NavigineSdk.getRelativeTime()}');

Implementation

static int getRelativeTime() => $prototype.getRelativeTime();