Skip to content

Commit

Permalink
🏗️ Expose webview cookie manager to instances.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 17, 2020
1 parent 89c339a commit 55c9d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/constants/instances.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'dart:math' as math;

import 'package:flutter/material.dart';
import 'package:event_bus/event_bus.dart';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';

import 'package:openjmu/pages/home/apps_page.dart';
import 'package:openjmu/pages/home/course_schedule_page.dart';
Expand All @@ -24,4 +25,5 @@ class Instances {

static final appsPageStateKey = GlobalKey<AppsPageState>();
static final courseSchedulePageStateKey = GlobalKey<CourseSchedulePageState>();
static final CookieManager webviewCookieManager = CookieManager();
}

0 comments on commit 55c9d4a

Please sign in to comment.