getFavorites method

Future getFavorites()

Implementation

Future getFavorites() async {
  favorites = widget.controller.favorites;
}