A Stream that emits the new IANA timezone name whenever the device's timezone is changed.
@override Stream<String> get onTimezoneChanged => _eventChannel.receiveBroadcastStream().map((event) => '$event');