1
- // Autogenerated from Pigeon (v22.7.4 ), do not edit directly.
1
+ // Autogenerated from Pigeon (v24.2.1 ), do not edit directly.
2
2
// See also: https://pub.dev/packages/pigeon
3
3
// 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
4
4
@@ -480,8 +480,9 @@ class AndroidNotificationHostApi {
480
480
pigeonChannelCodec,
481
481
binaryMessenger: pigeonVar_binaryMessenger,
482
482
);
483
+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [channel]);
483
484
final List <Object ?>? pigeonVar_replyList =
484
- await pigeonVar_channel. send ( < Object ? > [channel]) as List <Object ?>? ;
485
+ await pigeonVar_sendFuture as List <Object ?>? ;
485
486
if (pigeonVar_replyList == null ) {
486
487
throw _createConnectionError (pigeonVar_channelName);
487
488
} else if (pigeonVar_replyList.length > 1 ) {
@@ -505,8 +506,9 @@ class AndroidNotificationHostApi {
505
506
pigeonChannelCodec,
506
507
binaryMessenger: pigeonVar_binaryMessenger,
507
508
);
509
+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (null );
508
510
final List <Object ?>? pigeonVar_replyList =
509
- await pigeonVar_channel. send ( null ) as List <Object ?>? ;
511
+ await pigeonVar_sendFuture as List <Object ?>? ;
510
512
if (pigeonVar_replyList == null ) {
511
513
throw _createConnectionError (pigeonVar_channelName);
512
514
} else if (pigeonVar_replyList.length > 1 ) {
@@ -535,8 +537,9 @@ class AndroidNotificationHostApi {
535
537
pigeonChannelCodec,
536
538
binaryMessenger: pigeonVar_binaryMessenger,
537
539
);
540
+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [channelId]);
538
541
final List <Object ?>? pigeonVar_replyList =
539
- await pigeonVar_channel. send ( < Object ? > [channelId]) as List <Object ?>? ;
542
+ await pigeonVar_sendFuture as List <Object ?>? ;
540
543
if (pigeonVar_replyList == null ) {
541
544
throw _createConnectionError (pigeonVar_channelName);
542
545
} else if (pigeonVar_replyList.length > 1 ) {
@@ -567,8 +570,9 @@ class AndroidNotificationHostApi {
567
570
pigeonChannelCodec,
568
571
binaryMessenger: pigeonVar_binaryMessenger,
569
572
);
573
+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (null );
570
574
final List <Object ?>? pigeonVar_replyList =
571
- await pigeonVar_channel. send ( null ) as List <Object ?>? ;
575
+ await pigeonVar_sendFuture as List <Object ?>? ;
572
576
if (pigeonVar_replyList == null ) {
573
577
throw _createConnectionError (pigeonVar_channelName);
574
578
} else if (pigeonVar_replyList.length > 1 ) {
@@ -608,8 +612,9 @@ class AndroidNotificationHostApi {
608
612
pigeonChannelCodec,
609
613
binaryMessenger: pigeonVar_binaryMessenger,
610
614
);
615
+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [targetFileDisplayName, sourceResourceName]);
611
616
final List <Object ?>? pigeonVar_replyList =
612
- await pigeonVar_channel. send ( < Object ? > [targetFileDisplayName, sourceResourceName]) as List <Object ?>? ;
617
+ await pigeonVar_sendFuture as List <Object ?>? ;
613
618
if (pigeonVar_replyList == null ) {
614
619
throw _createConnectionError (pigeonVar_channelName);
615
620
} else if (pigeonVar_replyList.length > 1 ) {
@@ -652,8 +657,9 @@ class AndroidNotificationHostApi {
652
657
pigeonChannelCodec,
653
658
binaryMessenger: pigeonVar_binaryMessenger,
654
659
);
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]);
655
661
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 ?>? ;
657
663
if (pigeonVar_replyList == null ) {
658
664
throw _createConnectionError (pigeonVar_channelName);
659
665
} else if (pigeonVar_replyList.length > 1 ) {
@@ -685,8 +691,9 @@ class AndroidNotificationHostApi {
685
691
pigeonChannelCodec,
686
692
binaryMessenger: pigeonVar_binaryMessenger,
687
693
);
694
+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [tag]);
688
695
final List <Object ?>? pigeonVar_replyList =
689
- await pigeonVar_channel. send ( < Object ? > [tag]) as List <Object ?>? ;
696
+ await pigeonVar_sendFuture as List <Object ?>? ;
690
697
if (pigeonVar_replyList == null ) {
691
698
throw _createConnectionError (pigeonVar_channelName);
692
699
} else if (pigeonVar_replyList.length > 1 ) {
@@ -715,8 +722,9 @@ class AndroidNotificationHostApi {
715
722
pigeonChannelCodec,
716
723
binaryMessenger: pigeonVar_binaryMessenger,
717
724
);
725
+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [desiredExtras]);
718
726
final List <Object ?>? pigeonVar_replyList =
719
- await pigeonVar_channel. send ( < Object ? > [desiredExtras]) as List <Object ?>? ;
727
+ await pigeonVar_sendFuture as List <Object ?>? ;
720
728
if (pigeonVar_replyList == null ) {
721
729
throw _createConnectionError (pigeonVar_channelName);
722
730
} else if (pigeonVar_replyList.length > 1 ) {
@@ -745,8 +753,9 @@ class AndroidNotificationHostApi {
745
753
pigeonChannelCodec,
746
754
binaryMessenger: pigeonVar_binaryMessenger,
747
755
);
756
+ final Future <Object ?> pigeonVar_sendFuture = pigeonVar_channel.send (< Object ? > [tag, id]);
748
757
final List <Object ?>? pigeonVar_replyList =
749
- await pigeonVar_channel. send ( < Object ? > [tag, id]) as List <Object ?>? ;
758
+ await pigeonVar_sendFuture as List <Object ?>? ;
750
759
if (pigeonVar_replyList == null ) {
751
760
throw _createConnectionError (pigeonVar_channelName);
752
761
} else if (pigeonVar_replyList.length > 1 ) {
0 commit comments