// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // AUTO GENERATED FILE, DO NOT EDIT. // // Generated by `package:ffigen`. // ignore_for_file: type=lint, unused_import import 'dart:ffi' as ffi; /// A very short-lived native function. @ffi.Native() external int difference(int a, int b);