allKeysFunc method
int Function(Pointer<Void> , Pointer<Pointer<Pointer<Utf8> > > , Pointer<Pointer<Uint32> > , int)
allKeysFunc()
override
Implementation
@override
int Function(Pointer<Void>, Pointer<Pointer<Pointer<Utf8>>>, Pointer<Pointer<Uint32>>, int) allKeysFunc() {
return nativeLib()
.lookup<NativeFunction<Uint64 Function(Pointer<Void>, Pointer<Pointer<Pointer<Utf8>>>, Pointer<Pointer<Uint32>>, Int8)>>(
nativeFuncName("allKeys"))
.asFunction();
}