menu
osmos_flutter_plugin package
documentation
core/osmos_sdk.dart
ConfigBuilder
maxRetryCount method
maxRetryCount method
dark_mode
light_mode
maxRetryCount
method
ConfigBuilder
maxRetryCount
(
[
int
?
maxRetryCount
])
Implementation
ConfigBuilder maxRetryCount([int? maxRetryCount]) { _maxRetryCount = maxRetryCount; return this; }
osmos_flutter_plugin package
documentation
core/osmos_sdk
ConfigBuilder
maxRetryCount method
ConfigBuilder class