toMapWeb method

Map<String, dynamic> toMapWeb()

Returns the configuration map formatted for web platforms.

This method provides the configuration settings specific to web platforms in a format suitable for the JavaScript SDK.

Returns a Map<String, dynamic> containing web-specific configuration.

Implementation

Map<String, dynamic> toMapWeb() {
  return _webConfigMap;
}