menu
brain_dev_tools package
documentation
controllers/langue_controller.dart
LangueController
getLangueList method
getLangueList method
dark_mode
light_mode
getLangueList
method
Future
getLangueList
(
)
Implementation
Future getLangueList() async { if (_langues.isNotEmpty) { return; } _getLangueList(); }
brain_dev_tools package
documentation
controllers/langue_controller
LangueController
getLangueList method
LangueController class