refactor service name

This commit is contained in:
Fabian Freund
2024-06-18 19:14:15 +02:00
parent 1b63a191d4
commit 0b1cfc247f
4 changed files with 16 additions and 15 deletions
@@ -10,7 +10,7 @@ import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'source.g.dart';
@Riverpod()
class BangSource extends _$BangSource {
class BangSourceService extends _$BangSourceService {
late http.Client _client;
@override