defaultLocale property

List<ChatLocal> defaultLocale
getter/setter pair

Implementation

List<ChatLocal> defaultLocale = [
  const ChatLocal('zh', ChatUIKitLocal.zh),
  const ChatLocal('en', ChatUIKitLocal.en),
];