setInAppNotificationsEnabled static method

Future<void> setInAppNotificationsEnabled(
  1. bool enabled
)

Implementation

static Future<void> setInAppNotificationsEnabled(bool enabled) async {
  return _channel.invokeMethod('setInAppNotificationsEnabled', enabled);
}