Detect whether Date & Time is set automatically or manually in Flutter
Is their any way or plugin available to detect whether the device Date & time is set automatically or user has entered manually i can get proper current Date time with await NTP.now(timeout: Duration(seconds: 3)); But i need to know…