UNPKG
@nativescript/flutter
Version:
alpha (1.0.0-alpha.0)
latest (1.0.2)
1.0.2
1.0.1
1.0.0
1.0.0-alpha.0
0.1.3
0.1.2
0.1.1
0.1.0
Flutter for NativeScript
github.com/NativeScript/ui-kit
NativeScript/ui-kit
@nativescript/flutter
/
common.js
9 lines
•
298 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
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