diff --git a/src/content/resources/architectural-overview.md b/src/content/resources/architectural-overview.md index ebf819b4c65..11c1ea39268 100644 --- a/src/content/resources/architectural-overview.md +++ b/src/content/resources/architectural-overview.md @@ -1000,7 +1000,8 @@ if (defaultTargetPlatform == TargetPlatform.android) { ); } return Text( - '$defaultTargetPlatform is not yet supported by the maps plugin'); + '$defaultTargetPlatform is not yet supported by the maps plugin', +); ``` Communicating with the native code underlying the `AndroidView` or `UiKitView`