CAKE-293 | applied webview to the app

This commit is contained in:
OleksandrSobol 2021-03-17 12:32:22 +02:00
parent 60333e235d
commit 76c7108bd7
7 changed files with 84 additions and 4 deletions

View file

@ -53,4 +53,5 @@ class Routes {
static const restoreFromBackup = '/restore_from_backup';
static const support = '/support';
static const orderDetails = '/order_details';
static const webView = '/web_view';
}