fix: rename PatcherService to PatcherAPI.

This commit is contained in:
Alberto Ponces
2022-08-09 01:20:50 +01:00
parent 33fb2a81b5
commit 7c7a7e0355
6 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@ class AppSelectorCard extends StatelessWidget {
this.onPressed,
}) : super(key: key);
final PatcherService patcherService = locator<PatcherService>();
final PatcherAPI patcherAPI = locator<PatcherAPI>();
@override
Widget build(BuildContext context) {