B2CPluginWeb constructor
B2CPluginWeb()
Default construtor. Exclusevely used from the plugin itself.
Implementation
B2CPluginWeb() {
_provider = B2CProviderWeb(callback: _pluginListener);
}
Default construtor. Exclusevely used from the plugin itself.
B2CPluginWeb() {
_provider = B2CProviderWeb(callback: _pluginListener);
}