getAggregatedAssetsWidget method

Widget? getAggregatedAssetsWidget({
  1. String priceCurrency = 'USD',
  2. bool hideBalance = false,
  3. double rate = 1.0,
  4. @required Function? onSwitchBack,
  5. @required Function? onSwitchHideBalance,
})

The App will display this widget in assets page

Implementation

Widget? getAggregatedAssetsWidget(
        {String priceCurrency = 'USD',
        bool hideBalance = false,
        double rate = 1.0,
        @required Function? onSwitchBack,
        @required Function? onSwitchHideBalance}) =>
    null;