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

11 lines
225 B
Swift
Raw Permalink Normal View History

2022-10-17 00:23:05 +00:00
//
// 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"