storeToJson method

String storeToJson()

Store list of subscriptions to json string

Implementation

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