onTimezoneChanged property

  1. @override
Stream<String> get onTimezoneChanged
override

A Stream that emits the new IANA timezone name whenever the browser reports a different one.

Implementation

@override
Stream<String> get onTimezoneChanged => _cachedStream ??= _controller.stream;