Merge branch 'develop' into feature/web-support

This commit is contained in:
Lorenzo Pichilli 2022-04-23 17:52:13 +02:00
commit f86bd34138
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ class ContextMenuItem {
ContextMenuItem(
{this.id,
this.androidId,
this.iosId,
@Deprecated("Use id instead") this.androidId,
@Deprecated("Use id instead") this.iosId,
required this.title,
this.action}) {
if (defaultTargetPlatform == TargetPlatform.android) {