restore method

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

Implementation

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