productsUpdates property
Stream of product catalog snapshots. Mirrors the native SDK's
products state observable. Emits the current catalog on listen,
then every subsequent change.
Implementation
Stream<List<Map<String, dynamic>>> get productsUpdates {
throw UnimplementedError('productsUpdates has not been implemented.');
}