copy method

Implementation

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