getPushPopupEnabled method

Future<bool> getPushPopupEnabled()

Implementation

Future<bool> getPushPopupEnabled() async {
  return await _getPushPopupEnabled();
}