stack_wallet/lib/providers/global/http_provider.dart

5 lines
150 B
Dart
Raw Normal View History

2023-09-08 20:51:59 +00:00
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:stackwallet/networking/http.dart';
final pHTTP = Provider((ref) => HTTP());