getOptions method

  1. @Deprecated('Use getSettings instead')
Future<InAppWebViewGroupOptions?> getOptions()

Use getSettings instead.

Implementation

@Deprecated('Use getSettings instead')
Future<InAppWebViewGroupOptions?> getOptions() => platform.getOptions();