initWebSDK method

dynamic initWebSDK(
  1. String fcmPath
)

Implementation

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