init abstract method

Future<void> init(
  1. bool persistSession,
  2. bool ignoreExpires
)

Initialization for the Storage, e.g. prepare storage paths.

Implementation

Future<void> init(bool persistSession, bool ignoreExpires);