@nativescript/flutter
Version:
Flutter for NativeScript
14 lines (13 loc) • 467 B
TypeScript
import { FlutterCommon } from './common';
export declare function init(): void;
export declare class Flutter extends FlutterCommon {
private _flutterEngine;
private _fragment;
private _platformChannel;
private _listener;
private _androidViewId;
createNativeView(): globalAndroid.widget.FrameLayout;
initNativeView(): void;
disposeNativeView(): void;
sendMessage(type: string, data?: any, callback?: (value?: any) => void): void;
}