saveData abstract method

Future saveData(
  1. String key,
  2. String data
)

get stored data from local database key - the key used to store the data data - string version of the data to be stored

Implementation

Future<dynamic> saveData(String key, String data);