timestamp static method
dynamic
timestamp()
Implementation
static timestamp() {
if (Platform.isWindows) {
return DateTime.now();
} else {
return DateTime.now();
// return fs.Timestamp.now();
}
}
static timestamp() {
if (Platform.isWindows) {
return DateTime.now();
} else {
return DateTime.now();
// return fs.Timestamp.now();
}
}