setUserAgentSuffix static method
Set the user agent suffix for WebView Default is 'embeddablewidget', you can set it to 'remit2any' or any other value
Implementation
static void setUserAgentSuffix(String suffix) {
_userAgentSuffix = suffix;
}
Set the user agent suffix for WebView Default is 'embeddablewidget', you can set it to 'remit2any' or any other value
static void setUserAgentSuffix(String suffix) {
_userAgentSuffix = suffix;
}