@@ -125,13 +125,13 @@ class EmojiCompat_CodepointSequenceMatchResult extends _$jni.JObject {
125
125
}
126
126
}
127
127
128
- abstract mixin class $EmojiCompat_CodepointSequenceMatchResult {
128
+ abstract base mixin class $EmojiCompat_CodepointSequenceMatchResult {
129
129
factory $EmojiCompat_CodepointSequenceMatchResult () =
130
130
_$EmojiCompat_CodepointSequenceMatchResult ;
131
131
}
132
132
133
- class _$EmojiCompat_CodepointSequenceMatchResult
134
- implements $EmojiCompat_CodepointSequenceMatchResult {
133
+ final class _$EmojiCompat_CodepointSequenceMatchResult
134
+ with $EmojiCompat_CodepointSequenceMatchResult {
135
135
_$EmojiCompat_CodepointSequenceMatchResult ();
136
136
}
137
137
@@ -729,7 +729,7 @@ class EmojiCompat_GlyphChecker extends _$jni.JObject {
729
729
}
730
730
}
731
731
732
- abstract mixin class $EmojiCompat_GlyphChecker {
732
+ abstract base mixin class $EmojiCompat_GlyphChecker {
733
733
factory $EmojiCompat_GlyphChecker ({
734
734
required bool Function (_$jni.JObject charSequence, int i, int i1, int i2)
735
735
hasGlyph,
@@ -738,7 +738,7 @@ abstract mixin class $EmojiCompat_GlyphChecker {
738
738
bool hasGlyph (_$jni.JObject charSequence, int i, int i1, int i2);
739
739
}
740
740
741
- class _$EmojiCompat_GlyphChecker implements $EmojiCompat_GlyphChecker {
741
+ final class _$EmojiCompat_GlyphChecker with $EmojiCompat_GlyphChecker {
742
742
_$EmojiCompat_GlyphChecker ({
743
743
required bool Function (_$jni.JObject charSequence, int i, int i1, int i2)
744
744
hasGlyph,
@@ -972,11 +972,11 @@ class EmojiCompat_LoadStrategy extends _$jni.JObject {
972
972
}
973
973
}
974
974
975
- abstract mixin class $EmojiCompat_LoadStrategy {
975
+ abstract base mixin class $EmojiCompat_LoadStrategy {
976
976
factory $EmojiCompat_LoadStrategy () = _$EmojiCompat_LoadStrategy ;
977
977
}
978
978
979
- class _$EmojiCompat_LoadStrategy implements $EmojiCompat_LoadStrategy {
979
+ final class _$EmojiCompat_LoadStrategy with $EmojiCompat_LoadStrategy {
980
980
_$EmojiCompat_LoadStrategy ();
981
981
}
982
982
@@ -1137,7 +1137,7 @@ class EmojiCompat_MetadataRepoLoader extends _$jni.JObject {
1137
1137
}
1138
1138
}
1139
1139
1140
- abstract mixin class $EmojiCompat_MetadataRepoLoader {
1140
+ abstract base mixin class $EmojiCompat_MetadataRepoLoader {
1141
1141
factory $EmojiCompat_MetadataRepoLoader ({
1142
1142
required void Function (
1143
1143
EmojiCompat_MetadataRepoLoaderCallback metadataRepoLoaderCallback)
@@ -1149,8 +1149,8 @@ abstract mixin class $EmojiCompat_MetadataRepoLoader {
1149
1149
bool get load$async => false ;
1150
1150
}
1151
1151
1152
- class _$EmojiCompat_MetadataRepoLoader
1153
- implements $EmojiCompat_MetadataRepoLoader {
1152
+ final class _$EmojiCompat_MetadataRepoLoader
1153
+ with $EmojiCompat_MetadataRepoLoader {
1154
1154
_$EmojiCompat_MetadataRepoLoader ({
1155
1155
required void Function (
1156
1156
EmojiCompat_MetadataRepoLoaderCallback metadataRepoLoaderCallback)
@@ -1393,11 +1393,11 @@ class EmojiCompat_ReplaceStrategy extends _$jni.JObject {
1393
1393
}
1394
1394
}
1395
1395
1396
- abstract mixin class $EmojiCompat_ReplaceStrategy {
1396
+ abstract base mixin class $EmojiCompat_ReplaceStrategy {
1397
1397
factory $EmojiCompat_ReplaceStrategy () = _$EmojiCompat_ReplaceStrategy ;
1398
1398
}
1399
1399
1400
- class _$EmojiCompat_ReplaceStrategy implements $EmojiCompat_ReplaceStrategy {
1400
+ final class _$EmojiCompat_ReplaceStrategy with $EmojiCompat_ReplaceStrategy {
1401
1401
_$EmojiCompat_ReplaceStrategy ();
1402
1402
}
1403
1403
@@ -1558,7 +1558,7 @@ class EmojiCompat_SpanFactory extends _$jni.JObject {
1558
1558
}
1559
1559
}
1560
1560
1561
- abstract mixin class $EmojiCompat_SpanFactory {
1561
+ abstract base mixin class $EmojiCompat_SpanFactory {
1562
1562
factory $EmojiCompat_SpanFactory ({
1563
1563
required _$jni.JObject Function (_$jni.JObject typefaceEmojiRasterizer)
1564
1564
createSpan,
@@ -1567,7 +1567,7 @@ abstract mixin class $EmojiCompat_SpanFactory {
1567
1567
_$jni.JObject createSpan (_$jni.JObject typefaceEmojiRasterizer);
1568
1568
}
1569
1569
1570
- class _$EmojiCompat_SpanFactory implements $EmojiCompat_SpanFactory {
1570
+ final class _$EmojiCompat_SpanFactory with $EmojiCompat_SpanFactory {
1571
1571
_$EmojiCompat_SpanFactory ({
1572
1572
required _$jni.JObject Function (_$jni.JObject typefaceEmojiRasterizer)
1573
1573
createSpan,
0 commit comments