Initializes the SDK local storage and check if there is a surrent session.
Future<Session?> initialize() { return storageProvider.openDatabase(name).then((value) => loadCurrentSession()); }