menu
flutter_chen_common package
documentation
date/datetime_formatter.dart
DateTimeFormatter
setDelegate static method
setDelegate static method
dark_mode
light_mode
setDelegate
static method
void
setDelegate
(
DateTimeFormatterDelegate
delegate
)
注入自定义代理(可选)
Implementation
static void setDelegate(DateTimeFormatterDelegate delegate) { _delegate = delegate; }
flutter_chen_common package
documentation
date/datetime_formatter
DateTimeFormatter
setDelegate static method
DateTimeFormatter class