WebAuthenticationMode.popup constructor

const WebAuthenticationMode.popup({
  1. required String windowName,
  2. required int width,
  3. required int height,
  4. bool? shouldCenter,
  5. int? left,
  6. int? top,
  7. bool? fullscreen,
  8. bool? location,
  9. bool? menubar,
  10. bool? resizable,
  11. bool? scrollbars,
  12. bool? status,
  13. bool? titlebar,
  14. bool? toolbar,
  15. Map<String, String> additionalParams,
})

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;