setGpsTimestamp method
Sets GPS timestamp.
This will be stored in JPEG EXIF header. GPS timestamp (UTC in seconds since January 1, 1970).
Implementation
Future<void> setGpsTimestamp(int timestamp) {
return _channel.$setGpsTimestamp(this, timestamp);
}