menu
flutter_langdetect package
documentation
detector_factory.dart
DetectorFactory
getLangList method
getLangList method
dark_mode
light_mode
getLangList
method
List
<
String
>
getLangList
(
)
Implementation
List<String> getLangList() { return List<String>.from(langList); }
flutter_langdetect package
documentation
detector_factory
DetectorFactory
getLangList method
DetectorFactory class