getSubscription property
Future<PushSubscription?> Function()
get
getSubscription
Implementation
_i2.Future<_i3.PushSubscription?> Function() get getSubscription =>
() => _i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'getSubscription',
),
r'call',
[this],
));
set
getSubscription
(Future<PushSubscription?> value())
Implementation
set getSubscription(_i2.Future<_i3.PushSubscription?> Function() value) {
_i4.setProperty(
this,
'getSubscription',
_i4.allowInterop(value),
);
}