product method

Future<Map<String, dynamic>?> product({
  1. required String productId,
})

Implementation

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