initWebSDK method
Implementation
initWebSDK(String fcmPath) {
try{
if (kIsWeb) {
ReFlutterWebSDK.initWebSDK(fcmPath);
}
}catch(e){
debugPrint("$e");
}
}
initWebSDK(String fcmPath) {
try{
if (kIsWeb) {
ReFlutterWebSDK.initWebSDK(fcmPath);
}
}catch(e){
debugPrint("$e");
}
}