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
@@ -11,7 +11,9 @@ import 'package:pigeon/pigeon.dart';
)
@HostApi()
abstract class BackgroundWorkerLockApi {
@async
void lock();
@async
void unlock();
}