saveProduct method

Future<void> saveProduct(
  1. Product product
)

Implementation

Future<void> saveProduct(Product product) async {}