getOptions method

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

Use getSettings instead.

Implementation

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