menu
flutter_paygateglobal package
documentation
paygate/exceptions/paygate_exceptions.dart
PaygateConfigurationException
PaygateConfigurationException.new const constructor
PaygateConfigurationException.new const constructor
dark_mode
light_mode
PaygateConfigurationException
constructor
const
PaygateConfigurationException
(
String
message
, {
String
?
code
,
})
Implementation
const PaygateConfigurationException(String message, {String? code}) : super(message, code: code);
flutter_paygateglobal package
documentation
paygate/exceptions/paygate_exceptions
PaygateConfigurationException
PaygateConfigurationException.new const constructor
PaygateConfigurationException class