fixed AndroidChromeCustomTabsOptions.addDefaultShareMenuItem docs

This commit is contained in:
Lorenzo Pichilli 2022-04-19 02:12:15 +02:00
parent 7307d473fa
commit 304792c020
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import '../../in_app_webview/android/in_app_webview_options.dart';
///This class represents all the Android-only [ChromeSafariBrowser] options available. ///This class represents all the Android-only [ChromeSafariBrowser] options available.
class AndroidChromeCustomTabsOptions class AndroidChromeCustomTabsOptions
implements ChromeSafariBrowserOptions, AndroidOptions { implements ChromeSafariBrowserOptions, AndroidOptions {
///Use `shareState` instead. ///Use [shareState] instead.
@Deprecated('Use `shareState` instead') @Deprecated('Use `shareState` instead')
bool? addDefaultShareMenuItem; bool? addDefaultShareMenuItem;