getTimezoneInfoTimezoneIdSync static method
- @Deprecated('Use getTimezoneInfoFromTimezoneIdSync instead')
Implementation
@Deprecated('Use getTimezoneInfoFromTimezoneIdSync instead')
static TimezoneResult? getTimezoneInfoTimezoneIdSync({
required final String timezoneId,
required final DateTime time,
}) {
return getTimezoneInfoFromTimezoneIdSync(
timezoneId: timezoneId,
time: time,
);
}