restore method

  1. @override
Future<void> restore()
override

Implementation

@override
Future<void> restore() async {
  topicMap = WalletConnectUtils.convertMapTo<String>(
    core.storage.get(storageKey),
  );
}