withTheme method

SNSMobileSDKBuilder withTheme(
  1. Map<String, dynamic> theme
)

Implementation

SNSMobileSDKBuilder withTheme(Map<String, dynamic> theme) {
  this.theme = theme;
  return this;
}