getLocalTimezone method

Future<String?> getLocalTimezone()

Returns local timezone from the native layer.

Implementation

Future<String?> getLocalTimezone() {
  throw UnimplementedError('getLocalTimezone() has not been implemented.');
}