setShowNotificationsInForeground method

Future<void> setShowNotificationsInForeground(
  1. bool show
)

Implementation

Future<void> setShowNotificationsInForeground(bool show) async {
  await _channel.invokeMethod('CleverPush#setShowNotificationsInForeground', {'show': show});
}