initialize method

Future initialize()

Implementation

Future initialize() async {
  _code = await _storage.get<String>(_storageKey) ?? "";
  _loadPurchaseInfo();
}