add rate service
This commit is contained in:
@@ -45,6 +45,10 @@ class MainModel extends ChangeNotifier {
|
||||
return this.user != null && this.user.hasSupport();
|
||||
}
|
||||
|
||||
bool rateEditable() {
|
||||
return this.user != null && this.user.hasSupport();
|
||||
}
|
||||
|
||||
bool paymentMethodsEditable() {
|
||||
return this.user != null && this.user.hasSupport();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user