import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:stackwallet/networking/http.dart';

final pHTTP = Provider((ref) => HTTP());