update onboarding; add missing safe areas

This commit is contained in:
Fabian Freund
2026-03-17 08:46:09 +01:00
parent 79b68f137e
commit 25f4d27f0d
49 changed files with 3938 additions and 2430 deletions
@@ -56,4 +56,12 @@ class GeckoBrowserService {
contextId: contextId,
);
}
Future<bool> isDefaultBrowser() {
return _api.isDefaultBrowser();
}
Future<void> requestDefaultBrowser() {
return _api.requestDefaultBrowser();
}
}