getAggregatedAssetsWidget method
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;