getRelativeTime static method
Method returns current timestamp. Returns internal timestamp
Example:
// Get relative time
print('Relative Time: ${NavigineSdk.getRelativeTime()}');
Implementation
static int getRelativeTime() => $prototype.getRelativeTime();