init method
Initialize the payment service with configuration
Implementation
Future<void> init(PaymentConfig config) async {
_config = config;
_provider = _createProvider(config);
}
Initialize the payment service with configuration
Future<void> init(PaymentConfig config) async {
_config = config;
_provider = _createProvider(config);
}