diff --git a/lib/ui/semantics.dart b/lib/ui/semantics.dart index 174b21ae8d25a1c78633a0d110587bd4820cacc5..91766160d0f17ae5568c35481a021fb473103b2c 100644 --- a/lib/ui/semantics.dart +++ b/lib/ui/semantics.dart @@ -571,7 +571,7 @@ class SemanticsUpdateBuilder extends NativeFieldWrapperClass2 { assert(label != null && label != ''); _updateCustomAction(id, label); } - void _updateCustomAction(int id, String label) native 'SemanticsUpdateBuilder_updateAction'; + void _updateCustomAction(int id, String label) native 'SemanticsUpdateBuilder_updateCustomAction'; /// Creates a [SemanticsUpdate] object that encapsulates the updates recorded /// by this object.