Imports data from a JSON file
filePath is the path to the file to import from
filePath
Future<void> importData(String filePath) { return _storageManager.importFromJson(filePath); }