initWebSdk method

dynamic initWebSdk()

Implementation

initWebSdk(){
  if(kIsWeb){
    FluttersdkWeb.initWebSdk();
  }
}