1- // Autogenerated from Pigeon (v22.7.4 ), do not edit directly.
1+ // Autogenerated from Pigeon (v24.2.1 ), do not edit directly.
22// See also: https://pub.dev/packages/pigeon
33// 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, no_leading_underscores_for_local_identifiers
44
@@ -480,8 +480,9 @@ class AndroidNotificationHostApi {
480480 pigeonChannelCodec,
481481 binaryMessenger: pigeonVar_binaryMessenger,
482482 );
483+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [channel]);
483484 final List <Object ?>? pigeonVar_replyList =
484- await pigeonVar_channel. send ( < Object ? > [channel]) as List <Object ?>? ;
485+ await pigeonVar_sendFuture as List <Object ?>? ;
485486 if (pigeonVar_replyList == null ) {
486487 throw _createConnectionError (pigeonVar_channelName);
487488 } else if (pigeonVar_replyList.length > 1 ) {
@@ -505,8 +506,9 @@ class AndroidNotificationHostApi {
505506 pigeonChannelCodec,
506507 binaryMessenger: pigeonVar_binaryMessenger,
507508 );
509+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (null );
508510 final List <Object ?>? pigeonVar_replyList =
509- await pigeonVar_channel. send ( null ) as List <Object ?>? ;
511+ await pigeonVar_sendFuture as List <Object ?>? ;
510512 if (pigeonVar_replyList == null ) {
511513 throw _createConnectionError (pigeonVar_channelName);
512514 } else if (pigeonVar_replyList.length > 1 ) {
@@ -535,8 +537,9 @@ class AndroidNotificationHostApi {
535537 pigeonChannelCodec,
536538 binaryMessenger: pigeonVar_binaryMessenger,
537539 );
540+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [channelId]);
538541 final List <Object ?>? pigeonVar_replyList =
539- await pigeonVar_channel. send ( < Object ? > [channelId]) as List <Object ?>? ;
542+ await pigeonVar_sendFuture as List <Object ?>? ;
540543 if (pigeonVar_replyList == null ) {
541544 throw _createConnectionError (pigeonVar_channelName);
542545 } else if (pigeonVar_replyList.length > 1 ) {
@@ -567,8 +570,9 @@ class AndroidNotificationHostApi {
567570 pigeonChannelCodec,
568571 binaryMessenger: pigeonVar_binaryMessenger,
569572 );
573+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (null );
570574 final List <Object ?>? pigeonVar_replyList =
571- await pigeonVar_channel. send ( null ) as List <Object ?>? ;
575+ await pigeonVar_sendFuture as List <Object ?>? ;
572576 if (pigeonVar_replyList == null ) {
573577 throw _createConnectionError (pigeonVar_channelName);
574578 } else if (pigeonVar_replyList.length > 1 ) {
@@ -608,8 +612,9 @@ class AndroidNotificationHostApi {
608612 pigeonChannelCodec,
609613 binaryMessenger: pigeonVar_binaryMessenger,
610614 );
615+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [targetFileDisplayName, sourceResourceName]);
611616 final List <Object ?>? pigeonVar_replyList =
612- await pigeonVar_channel. send ( < Object ? > [targetFileDisplayName, sourceResourceName]) as List <Object ?>? ;
617+ await pigeonVar_sendFuture as List <Object ?>? ;
613618 if (pigeonVar_replyList == null ) {
614619 throw _createConnectionError (pigeonVar_channelName);
615620 } else if (pigeonVar_replyList.length > 1 ) {
@@ -652,8 +657,9 @@ class AndroidNotificationHostApi {
652657 pigeonChannelCodec,
653658 binaryMessenger: pigeonVar_binaryMessenger,
654659 );
660+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [tag, id, autoCancel, channelId, color, contentIntent, contentText, contentTitle, extras, groupKey, inboxStyle, isGroupSummary, messagingStyle, number, smallIconResourceName]);
655661 final List <Object ?>? pigeonVar_replyList =
656- await pigeonVar_channel. send ( < Object ? > [tag, id, autoCancel, channelId, color, contentIntent, contentText, contentTitle, extras, groupKey, inboxStyle, isGroupSummary, messagingStyle, number, smallIconResourceName]) as List <Object ?>? ;
662+ await pigeonVar_sendFuture as List <Object ?>? ;
657663 if (pigeonVar_replyList == null ) {
658664 throw _createConnectionError (pigeonVar_channelName);
659665 } else if (pigeonVar_replyList.length > 1 ) {
@@ -685,8 +691,9 @@ class AndroidNotificationHostApi {
685691 pigeonChannelCodec,
686692 binaryMessenger: pigeonVar_binaryMessenger,
687693 );
694+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [tag]);
688695 final List <Object ?>? pigeonVar_replyList =
689- await pigeonVar_channel. send ( < Object ? > [tag]) as List <Object ?>? ;
696+ await pigeonVar_sendFuture as List <Object ?>? ;
690697 if (pigeonVar_replyList == null ) {
691698 throw _createConnectionError (pigeonVar_channelName);
692699 } else if (pigeonVar_replyList.length > 1 ) {
@@ -715,8 +722,9 @@ class AndroidNotificationHostApi {
715722 pigeonChannelCodec,
716723 binaryMessenger: pigeonVar_binaryMessenger,
717724 );
725+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [desiredExtras]);
718726 final List <Object ?>? pigeonVar_replyList =
719- await pigeonVar_channel. send ( < Object ? > [desiredExtras]) as List <Object ?>? ;
727+ await pigeonVar_sendFuture as List <Object ?>? ;
720728 if (pigeonVar_replyList == null ) {
721729 throw _createConnectionError (pigeonVar_channelName);
722730 } else if (pigeonVar_replyList.length > 1 ) {
@@ -745,8 +753,9 @@ class AndroidNotificationHostApi {
745753 pigeonChannelCodec,
746754 binaryMessenger: pigeonVar_binaryMessenger,
747755 );
756+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [tag, id]);
748757 final List <Object ?>? pigeonVar_replyList =
749- await pigeonVar_channel. send ( < Object ? > [tag, id]) as List <Object ?>? ;
758+ await pigeonVar_sendFuture as List <Object ?>? ;
750759 if (pigeonVar_replyList == null ) {
751760 throw _createConnectionError (pigeonVar_channelName);
752761 } else if (pigeonVar_replyList.length > 1 ) {
0 commit comments