WebAuthenticationPopup class

Inheritance

Constructors

WebAuthenticationPopup({required String windowName, required int width, required int height, bool? shouldCenter, int? left, int? top, bool? fullscreen, bool? location, bool? menubar, bool? resizable, bool? scrollbars, bool? status, bool? titlebar, bool? toolbar, Map<String, String> additionalParams = const {}})
const

Properties

additionalParams Map<String, String>
final
fullscreen bool?
final
hashCode int
The hash code for this object.
no setterinherited
height int
final
left int?
final
location bool?
final
final
resizable bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollbars bool?
final
shouldCenter bool?
final
status bool?
final
titlebar bool?
final
toolbar bool?
final
top int?
final
width int
final
windowName String
final

Methods

constructSpecs({required ScreenDimensions? screenDimensions}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<T>({required T sameTab(WebAuthenticationSameTab sameTab), required T popup(WebAuthenticationPopup popup)}) → T
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited