mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: Providers
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user