secondsFromNow method Null safety
- int seconds
Return the point in time seconds
from now.
Implementation
DateTime secondsFromNow(int seconds) => fromNow(seconds: seconds);
Return the point in time seconds
from now.
DateTime secondsFromNow(int seconds) => fromNow(seconds: seconds);