apply review: add column

This commit is contained in:
Sacha Arbonel
2021-08-02 10:19:38 -04:00
parent 1e778fa3d3
commit ab1b65846d
@@ -21,7 +21,13 @@ part 'stream_chat_localizations_hi.dart';
/// See also:
///
/// * [getStreamChatTranslation], whose documentation describes these values.
const kStreamChatSupportedLanguages = {'en', 'hi', 'fr', 'it', 'es'};
const kStreamChatSupportedLanguages = {
'en',
'hi',
'fr',
'it',
'es',
};
/// Creates a [GlobalStreamChatLocalizations] instance for the given `locale`.
///