|
|
@ -1,9 +1,16 @@ |
|
|
|
|
|
|
|
// ignore_for_file: always_specify_types |
|
|
|
|
|
|
|
// ignore_for_file: camel_case_types |
|
|
|
|
|
|
|
// ignore_for_file: non_constant_identifier_names |
|
|
|
|
|
|
|
|
|
|
|
// AUTO GENERATED FILE, DO NOT EDIT. |
|
|
|
// AUTO GENERATED FILE, DO NOT EDIT. |
|
|
|
// |
|
|
|
// |
|
|
|
// Generated by `package:ffigen`. |
|
|
|
// Generated by `package:ffigen`. |
|
|
|
import 'dart:ffi' as ffi; |
|
|
|
import 'dart:ffi' as ffi; |
|
|
|
|
|
|
|
|
|
|
|
/// Bindings to `native_verokit.h`. |
|
|
|
/// Bindings for `src/native_zxing.h`. |
|
|
|
|
|
|
|
/// |
|
|
|
|
|
|
|
/// Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`. |
|
|
|
|
|
|
|
/// |
|
|
|
class GeneratedBindings { |
|
|
|
class GeneratedBindings { |
|
|
|
/// Holds the symbol lookup function. |
|
|
|
/// Holds the symbol lookup function. |
|
|
|
final ffi.Pointer<T> Function<T extends ffi.NativeType>(String symbolName) |
|
|
|
final ffi.Pointer<T> Function<T extends ffi.NativeType>(String symbolName) |
|
|
|