build method

  1. @override
List<Addon> build()

Implementation

@override
List<Addon> build() {
  return ref.watch(addonListProvider);
}