This commit is contained in:
Simon Ding
2025-04-29 14:13:02 +08:00
parent 22db6b15cf
commit 9b791ba86f

View File

@@ -7,7 +7,7 @@ LibPolarisBoot create() {
class LibpolarisBootBrowser implements LibPolarisBoot { class LibpolarisBootBrowser implements LibPolarisBoot {
@override @override
Future<int> start(String cfg) async{ Future<int> start(String cfg) async{
throw 0; return 0;
} }
@override @override