endTimestampInMillis property

int get endTimestampInMillis

Get timestamp of the last sensor data.

Returns

  • Timestamp of the last sensor data

Implementation

int get endTimestampInMillis {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'LogMetadata',
    'getEndTimestampInMillis',
  );
  return resultString['result'];
}