Provider rename
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:gymlink_module_web/theme.dart';
|
||||
|
||||
class ModuleMethods with ChangeNotifier {
|
||||
class GymLinkProvider with ChangeNotifier {
|
||||
bool _isLoading = true;
|
||||
bool get isLoading => _isLoading;
|
||||
bool _blackTheme = false;
|
||||
|
||||
Reference in New Issue
Block a user