new: Providers

This commit is contained in:
lollipopkit
2023-09-14 15:13:11 +08:00
parent eb158e63a2
commit c07958fa73
29 changed files with 206 additions and 218 deletions

View File

@@ -325,7 +325,7 @@ class ServerProvider extends ChangeNotifier {
return await client.run(snippets.map((e) => e.script).join('&&')).string;
}
Future<List<String?>> runSnippetsOnMulti(
Future<List<String?>> runSnippetsMulti(
List<String> ids,
List<Snippet> snippets,
) async {