You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/platform_interface/google_maps_flutter_platform.dart
+6
Original file line number
Diff line number
Diff line change
@@ -362,6 +362,12 @@ abstract class GoogleMapsFlutterPlatform extends PlatformInterface {
362
362
throwUnimplementedError('dispose() has not been implemented.');
363
363
}
364
364
365
+
/// If the last attempt to set the style via [MapConfiguration.style] failed,
366
+
/// returns the error information, otherwise returns null.
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/utils/map_configuration_serialization.dart
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/platform_interface/google_maps_flutter_platform_test.dart
+9
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,15 @@ void main() {
83
83
);
84
84
},
85
85
);
86
+
87
+
test(
88
+
'default implementation of `getStyleError` returns null',
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/map_configuration_test.dart
0 commit comments