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