fix: android - execute in background

This commit is contained in:
shenlong-tanwen
2025-09-25 03:23:15 +05:30
parent bea116e1b9
commit ae595f2947
17 changed files with 207 additions and 121 deletions
+3
View File
@@ -20,10 +20,13 @@ class BackgroundWorkerSettings {
@HostApi()
abstract class BackgroundWorkerFgHostApi {
@async
void enable();
@async
void configure(BackgroundWorkerSettings settings);
@async
void disable();
}