mySharedBenefits_FetchData method

void mySharedBenefits_FetchData()

Implementation

void mySharedBenefits_FetchData() {
  mySharedBenefits_Data.value.assignAll([
    {
      'Benefit Type': 'Flight Booking',
      'Shared With (Wallet Address)': 'jhd7338eydg338e29ehd82',
      'Details': '10% off on NYC to LA.',
      'Date': '100 (10%)',
      'Shared Amount': '750',
      'Status': 'Paid'
    },
    {
      'Benefit Type': 'Flight Booking',
      'Shared With (Wallet Address)': 'jhd7338eydg338e29ehd82',
      'Details': '10% off on NYC to LA.',
      'Date': '100 (10%)',
      'Shared Amount': '750',
      'Status': 'Paid'
    },
    {
      'Benefit Type': 'Flight Booking',
      'Shared With (Wallet Address)': 'jhd7338eydg338e29ehd82',
      'Details': '10% off on NYC to LA.',
      'Date': '100 (10%)',
      'Shared Amount': '750',
      'Status': 'Paid'
    },
    {
      'Benefit Type': 'Flight Booking',
      'Shared With (Wallet Address)': 'jhd7338eydg338e29ehd82',
      'Details': '10% off on NYC to LA.',
      'Date': '100 (10%)',
      'Shared Amount': '750',
      'Status': 'Paid'
    },
    {
      'Benefit Type': 'Flight Booking',
      'Shared With (Wallet Address)': 'jhd7338eydg338e29ehd82',
      'Details': '10% off on NYC to LA.',
      'Date': '100 (10%)',
      'Shared Amount': '750',
      'Status': 'Paid'
    },
    {
      'Benefit Type': 'Flight Booking',
      'Shared With (Wallet Address)': 'jhd7338eydg338e29ehd82',
      'Details': '10% off on NYC to LA.',
      'Date': '100 (10%)',
      'Shared Amount': '750',
      'Status': 'Paid'
    },
    {
      'Benefit Type': 'Flight Booking',
      'Shared With (Wallet Address)': 'jhd7338eydg338e29ehd82',
      'Details': '10% off on NYC to LA.',
      'Date': '100 (10%)',
      'Shared Amount': '750',
      'Status': 'Paid'
    },
  ]);
  mySharedBenefits_UpdatePaginatedData();
}