Corrected variables declaration
This commit is contained in:
parent
cf813e22c1
commit
69b28b1e59
11 changed files with 44 additions and 41 deletions
|
|
@ -45,7 +45,7 @@ class _MainPageState extends State<MainPage> {
|
|||
final _refDistributors = RefDistributors();
|
||||
final _refSuppliers = RefSuppliers();
|
||||
|
||||
late bool _isLoading = false;
|
||||
bool _isLoading = false;
|
||||
|
||||
void signOut() async {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue