addSeconds method
Implementation
NetworkTimestamp addSeconds(int count) {
throw UnimplementedError('`addSeconds` must be implemented by concrete class');
}
NetworkTimestamp addSeconds(int count) {
throw UnimplementedError('`addSeconds` must be implemented by concrete class');
}