update on settings and customer background
This commit is contained in:
parent
05c3208cad
commit
6424e82d54
18 changed files with 227 additions and 42 deletions
7
lib/functions/getlanguage_function.dart
Normal file
7
lib/functions/getlanguage_function.dart
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import 'package:flutter/widgets.dart';
|
||||
import 'package:pharmacy_mobile/blocs/language/functions/bloc_getlanguage.dart';
|
||||
|
||||
Future<String> getLanguage(BuildContext context) async {
|
||||
final language = await blocGetLanguage(context);
|
||||
return language;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue