Provider rename

This commit is contained in:
2024-05-12 13:43:30 +03:00
parent 6c4c2c4acd
commit 78e468cc29
3 changed files with 6 additions and 6 deletions

View File

@@ -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;