UNPKG

@nativescript/flutter

Version:
9 lines 298 B
import { ContentView } from '@nativescript/core'; export class FlutterCommon extends ContentView { sendMessage(type, data, callback) { // impl specific } } FlutterCommon.sendMessageReplyEvent = 'sendMessageReplyEvent'; FlutterCommon.DEBUG = false; //# sourceMappingURL=common.js.map