getTimeZoneName method

Future<String> getTimeZoneName()

Supply a String describing the current timezone.

Implementation

Future<String> getTimeZoneName() async =>
    FlutterNativeTimezone.getLocalTimezone();