getRefreshSupplier method Null safety

  1. @override
dynamic getRefreshSupplier()

Implementation

@override
ProductListSupplier getRefreshSupplier() =>
    QueryProductListSupplier(productQuery, localDatabase);