Sign in
dart
/
native.git
/
a1bd070d
/
.
/
pkgs
/
jnigen
/
examples
/
notification_plugin
/
lib
/
init.dart
blob: 9a4243f31b3712dd64c2723650b33396fd2049f5 [
file
]
import
"dart:ffi"
;
import
"package:jni/jni.dart"
;
final
Pointer
<
T
>
Function
<
T
extends
NativeType
>(
String
sym
)
jlookup
=
Jni
.
getInstance
().
initGeneratedLibrary
(
"notification_plugin"
);