copy method

  1. @override
IOSInAppBrowserOptions copy()
override

Implementation

@override
IOSInAppBrowserOptions copy() {
  return IOSInAppBrowserOptions.fromMap(this.toMap());
}