areNotificationsEnabled method

Future<bool> areNotificationsEnabled()

Implementation

Future<bool> areNotificationsEnabled() {
  return _pushHostApi.areNotificationsEnabled();
}