UpdateProductDetailsCallback typedef Null safety
Implementation
typedef UpdateProductDetailsCallback = Future<List<Product>?> Function(
UpdateProductDetailsEvent? event);
typedef UpdateProductDetailsCallback = Future<List<Product>?> Function(
UpdateProductDetailsEvent? event);