pubnub / dart

PubNub Dart SDK
Other
28 stars 15 forks source link

PushGateway is not accessible #5

Closed pushpendraKh closed 4 years ago

pushpendraKh commented 4 years ago

addPushChannels requires a gateway of type PushGateway. But it is not exposed publicly.

aadil058 commented 4 years ago

import 'package:pubnub/src/dx/_endpoints/push.dart';

are commented 4 years ago

Hi @pushpendraKh! Thanks for opening an issue! We are in process of releasing a new version with this fixed, but in the meantime you can import the type directly like @aadil058 suggested.

are commented 4 years ago

Fixed in v1.1.1.

pushpendraKh commented 4 years ago

@are you have exposed PushGatewayExtension not PushGateway in v1.1.1.

pushpendraKh commented 4 years ago

@are you have exposed PushGatewayExtension not PushGateway.

mohitpubnub commented 4 years ago

@are you have exposed PushGatewayExtension not PushGateway.

@pushpendraKh Thanks for pointing it out. Fixing this and others as well.

client-engineering-bot commented 4 years ago

@pushpendraKh this issue is addressed in v1.1.2