showInformationMessage property
({Future Function<T extends String>(String message, [Iterable? items]) $1, Future Function<T extends String>(String message, MessageOptions options, [Iterable? items]) $2, Future Function<T extends MessageItem>(String message, MessageOptions options, [Iterable? items]) $3})
get
showInformationMessage
Overload accessor: $1, $2, $3
Implementation
({
/// Show an information message to users. Optionally provide an array of items which will be presented as
/// clickable buttons.
/// Show an information message.
_i2.Future<_i2.dynamic> Function<T extends _i2.String>(
_i2.String message, [
_i2.Iterable<_i2.dynamic>? items,
]) $1,
/// Show an information message to users. Optionally provide an array of items which will be presented as
/// clickable buttons.
/// Show an information message.
_i2.Future<_i2.dynamic> Function<T extends _i2.String>(
_i2.String message,
_i4.MessageOptions options, [
_i2.Iterable<_i2.dynamic>? items,
]) $2,
/// Show an information message to users. Optionally provide an array of items which will be presented as
/// clickable buttons.
/// Show an information message.
_i2.Future<_i2.dynamic> Function<T extends _i4.MessageItem>(
_i2.String message,
_i4.MessageOptions options, [
_i2.Iterable<_i2.dynamic>? items,
]) $3,
}) get showInformationMessage => (
$1: _showInformationMessage$1,
$2: _showInformationMessage$2,
$3: _showInformationMessage$3,
);