getSubscription method
Implementation
Future<PushSubscription> getSubscription() => Future.error(
UnsupportedError('Push is not available outside a browser context.'));
Future<PushSubscription> getSubscription() => Future.error(
UnsupportedError('Push is not available outside a browser context.'));