save method

dynamic save()

Implementation

save() async {
  await _buildData();
  _storeRequest();
}