addSeconds method

NetworkTimestamp addSeconds(
  1. int count
)

Implementation

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