WebAuthenticationMode.popup constructor
const
WebAuthenticationMode.popup({})
Implementation
const factory WebAuthenticationMode.popup({
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,
}) = WebAuthenticationPopup;