startTimestampInMillis property
The timestamp of the first sensor data.
Returns
- Timestamp of the first sensor data.
Throws
- An exception if it fails
Implementation
int get startTimestampInMillis {
final OperationResult resultString = objectMethod(
_pointerId,
'LogMetadata',
'getStartTimestampInMillis',
);
return resultString['result'];
}