getOptions method

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

Use getSettings instead.

Implementation

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