save method
Implementation
Future<void> save() async {
Debug().info(
"Saving User Awards...Entries: ${_currentModel.toJson()}");
await awardsTelemetryBox.put(
awardsDBName, jsonEncode(_currentModel.toJson()));
}
Future<void> save() async {
Debug().info(
"Saving User Awards...Entries: ${_currentModel.toJson()}");
await awardsTelemetryBox.put(
awardsDBName, jsonEncode(_currentModel.toJson()));
}