fixed AndroidChromeCustomTabsOptions.addDefaultShareMenuItem docs
This commit is contained in:
parent
7307d473fa
commit
304792c020
|
@ -11,7 +11,7 @@ import '../../in_app_webview/android/in_app_webview_options.dart';
|
|||
///This class represents all the Android-only [ChromeSafariBrowser] options available.
|
||||
class AndroidChromeCustomTabsOptions
|
||||
implements ChromeSafariBrowserOptions, AndroidOptions {
|
||||
///Use `shareState` instead.
|
||||
///Use [shareState] instead.
|
||||
@Deprecated('Use `shareState` instead')
|
||||
bool? addDefaultShareMenuItem;
|
||||
|
||||
|
|
Loading…
Reference in New Issue