menu
odds_account_sdk package
documentation
client.dart
AccountBuilder
withPhoto method
withPhoto method
dark_mode
light_mode
withPhoto
method
AccountBuilder
withPhoto
(
String
photo
)
Implementation
AccountBuilder withPhoto(String photo) { _photo = photo; return this; }
odds_account_sdk package
documentation
client
AccountBuilder
withPhoto method
AccountBuilder class