storeToJson method

String storeToJson()

Store list of recent calls to json string

Implementation

String storeToJson() {
  return jsonEncode(_cdrItems);
}