getTimeZoneIdentifier method

Future<String?> getTimeZoneIdentifier()

Returns the time zone identifier for the current locale of device.

Implementation

Future<String?> getTimeZoneIdentifier() {
  return LocalePlusPlatform.instance.getTimeZoneIdentifier();
}