iosWebViewFix/flutter_inappwebview_macos/macos/Classes/PluginScriptsJS/WebMessageChannelJS.swift

11 lines
225 B
Swift

//
// WebMessageChannelJS.swift
// flutter_inappwebview
//
// Created by Lorenzo Pichilli on 10/03/21.
//
import Foundation
let WEB_MESSAGE_CHANNELS_VARIABLE_NAME = "window.\(JAVASCRIPT_BRIDGE_NAME)._webMessageChannels"