UNPKG

@nativescript-community/ui-webview-rtc

Version:
6 lines 266 B
import { AWebView } from '@nativescript-community/ui-webview'; import { webRTCProperty } from './index.common'; export default function install() { AWebView.prototype[webRTCProperty.setNative] = function (enabled) { }; } //# sourceMappingURL=index.android.js.map