Closed pushpendraKh closed 4 years ago
import 'package:pubnub/src/dx/_endpoints/push.dart';
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 you have exposed PushGatewayExtension
not PushGateway
in v1.1.1.
@are you have exposed PushGatewayExtension
not PushGateway
.
@are you have exposed
PushGatewayExtension
notPushGateway
.
@pushpendraKh Thanks for pointing it out. Fixing this and others as well.
@pushpendraKh this issue is addressed in v1.1.2
addPushChannels
requires a gateway of typePushGateway
. But it is not exposed publicly.