getOptions method
Use getSettings instead.
Implementation
@Deprecated('Use getSettings instead')
Future<InAppWebViewGroupOptions?> getOptions() {
throw UnimplementedError(
'getOptions is not implemented on the current platform');
}
Use getSettings instead.
@Deprecated('Use getSettings instead')
Future<InAppWebViewGroupOptions?> getOptions() {
throw UnimplementedError(
'getOptions is not implemented on the current platform');
}