regenerate pigeon files

This commit is contained in:
Adam Velebil 2022-07-21 16:38:20 +02:00
parent 888c1d618d
commit 56da20b442
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v3.1.6), do not edit directly. // Autogenerated from Pigeon (v3.2.4), do not edit directly.
// See also: https://pub.dev/packages/pigeon // See also: https://pub.dev/packages/pigeon
package com.yubico.authenticator.api; package com.yubico.authenticator.api;

View File

@ -1,7 +1,6 @@
// Autogenerated from Pigeon (v3.1.6), do not edit directly. // Autogenerated from Pigeon (v3.2.4), do not edit directly.
// See also: https://pub.dev/packages/pigeon // See also: https://pub.dev/packages/pigeon
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, unused_shown_name // ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, unused_shown_name, unnecessary_import
// @dart = 2.12
import 'dart:async'; import 'dart:async';
import 'dart:typed_data' show Uint8List, Int32List, Int64List, Float64List; import 'dart:typed_data' show Uint8List, Int32List, Int64List, Float64List;