currentTimezone property

  1. @override
Future<String> get currentTimezone
override

Fetches the current IANA timezone name from the browser.

Implementation

@override
Future<String> get currentTimezone async => _readTimezone();