isSearchProviderInstalled property
void Function()
get
isSearchProviderInstalled
Implementation
void Function() get isSearchProviderInstalled => () => _i4.callMethod(
_i4.getProperty(
this,
'IsSearchProviderInstalled',
),
r'call',
[this],
);
set
isSearchProviderInstalled
(void value())
Implementation
set isSearchProviderInstalled(void Function() value) {
_i4.setProperty(
this,
'IsSearchProviderInstalled',
_i4.allowInterop(value),
);
}