systemTimeZoneName function

Future<String> systemTimeZoneName()

Implementation

Future<String> systemTimeZoneName() {
  return VitalCorePlatform.instance.systemTimeZoneName();
}