fetchProducts method

Future<Map<String, dynamic>> fetchProducts({
  1. String? userId,
})

Implementation

Future<Map<String, dynamic>> fetchProducts({String? userId}) {
  throw UnimplementedError('fetchProducts() has not been implemented.');
}