menu
testpackage_fraudsdk package
documentation
model/options.dart
OptionsBuilder
setMerchantId method
setMerchantId method
dark_mode
light_mode
setMerchantId
method
OptionsBuilder
setMerchantId
(
String
?
merchantId
)
Implementation
OptionsBuilder setMerchantId(String? merchantId) { _merchantId = merchantId; return this; }
testpackage_fraudsdk package
documentation
model/options
OptionsBuilder
setMerchantId method
OptionsBuilder class