saveString abstract method
Saves a string value in the cache with the specified key
.
This method is asynchronous and returns a Future<void>
that completes
when the operation is finished.
Implementation
Future<void> saveString({required String key, required String data});