TimeFormatterHandler typedef

TimeFormatterHandler = String? Function(BuildContext context, ChatUIKitTimeType type, int time)

时间格式化

Implementation

typedef TimeFormatterHandler = String? Function(
  BuildContext context,
  ChatUIKitTimeType type,
  int time,
);