AuthWebView constructor

AuthWebView({
  1. required String url,
  2. required dynamic onAuthenticated(
    1. String
    ),
})

Implementation

AuthWebView({required this.url, required this.onAuthenticated});