We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204063e commit 2e8479bCopy full SHA for 2e8479b
pkgs/jni/lib/_internal.dart
@@ -68,6 +68,8 @@ export 'src/method_invocation.dart';
68
export 'src/nio/jbuffer.dart' show $JBuffer$NullableType$, $JBuffer$Type$;
69
export 'src/nio/jbyte_buffer.dart'
70
show $JByteBuffer$NullableType$, $JByteBuffer$Type$;
71
+export 'src/third_party/generated_bindings.dart'
72
+ show JFieldIDPtr, JMethodIDPtr, JObjectPtr, JThrowablePtr, JniResult;
73
export 'src/types.dart' show JTypeBase, lowestCommonSuperType, referenceType;
74
export 'src/util/jiterator.dart'
75
show $JIterator$NullableType$, $JIterator$Type$;
0 commit comments