@@ -1814,7 +1814,7 @@ protocol NavigationViewCreationApi {
1814
1814
}
1815
1815
1816
1816
/// Generated setup class from Pigeon to handle messages through the `binaryMessenger`.
1817
- class NavigationViewCreationApiSetup {
1817
+ enum NavigationViewCreationApiSetup {
1818
1818
/// The codec used by NavigationViewCreationApi.
1819
1819
static var codec : FlutterStandardMessageCodec { NavigationViewCreationApiCodec . shared }
1820
1820
/// Sets up an instance of `NavigationViewCreationApi` to handle messages through the
@@ -2079,7 +2079,7 @@ protocol MapViewApi {
2079
2079
}
2080
2080
2081
2081
/// Generated setup class from Pigeon to handle messages through the `binaryMessenger`.
2082
- class MapViewApiSetup {
2082
+ enum MapViewApiSetup {
2083
2083
/// The codec used by MapViewApi.
2084
2084
static var codec : FlutterStandardMessageCodec { MapViewApiCodec . shared }
2085
2085
/// Sets up an instance of `MapViewApi` to handle messages through the `binaryMessenger`.
@@ -4027,7 +4027,7 @@ protocol ImageRegistryApi {
4027
4027
}
4028
4028
4029
4029
/// Generated setup class from Pigeon to handle messages through the `binaryMessenger`.
4030
- class ImageRegistryApiSetup {
4030
+ enum ImageRegistryApiSetup {
4031
4031
/// The codec used by ImageRegistryApi.
4032
4032
static var codec : FlutterStandardMessageCodec { ImageRegistryApiCodec . shared }
4033
4033
/// Sets up an instance of `ImageRegistryApi` to handle messages through the `binaryMessenger`.
@@ -4678,7 +4678,7 @@ protocol NavigationSessionApi {
4678
4678
}
4679
4679
4680
4680
/// Generated setup class from Pigeon to handle messages through the `binaryMessenger`.
4681
- class NavigationSessionApiSetup {
4681
+ enum NavigationSessionApiSetup {
4682
4682
/// The codec used by NavigationSessionApi.
4683
4683
static var codec : FlutterStandardMessageCodec { NavigationSessionApiCodec . shared }
4684
4684
/// Sets up an instance of `NavigationSessionApi` to handle messages through the
@@ -5917,7 +5917,7 @@ protocol AutoMapViewApi {
5917
5917
}
5918
5918
5919
5919
/// Generated setup class from Pigeon to handle messages through the `binaryMessenger`.
5920
- class AutoMapViewApiSetup {
5920
+ enum AutoMapViewApiSetup {
5921
5921
/// The codec used by AutoMapViewApi.
5922
5922
static var codec : FlutterStandardMessageCodec { AutoMapViewApiCodec . shared }
5923
5923
/// Sets up an instance of `AutoMapViewApi` to handle messages through the `binaryMessenger`.
@@ -7645,7 +7645,7 @@ protocol NavigationInspector {
7645
7645
}
7646
7646
7647
7647
/// Generated setup class from Pigeon to handle messages through the `binaryMessenger`.
7648
- class NavigationInspectorSetup {
7648
+ enum NavigationInspectorSetup {
7649
7649
/// The codec used by NavigationInspector.
7650
7650
/// Sets up an instance of `NavigationInspector` to handle messages through the `binaryMessenger`.
7651
7651
static func setUp( binaryMessenger: FlutterBinaryMessenger , api: NavigationInspector ? ) {
0 commit comments