QuicUISDKIncompatibleException constructor
QuicUISDKIncompatibleException()
Implementation
QuicUISDKIncompatibleException()
: super(
'QuicUI Code Push requires the modified Flutter SDK.\n'
'Standard Flutter SDK detected - Code Push features are disabled.\n'
'See: https://github.com/Ikolvi/QuicUIFlutterSDK for installation.',
code: 'SDK_INCOMPATIBLE',
);