init method

Future<void> init()

Implementation

Future<void> init() async {
    _cookieJar = await initCookieJar();
}