mirror of
https://github.com/koloideal/Casha.git
synced 2026-08-08 17:51:14 +03:00
step
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import '../../features/dashboard/provider.dart';
|
||||
import '../services/billing_service.dart';
|
||||
|
||||
final billingServiceProvider = Provider<BillingService>((ref) {
|
||||
final prefs = ref.watch(sharedPreferencesProvider);
|
||||
return MockBillingService(prefs);
|
||||
return PlayBillingService();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user