WebViewDefaultApp constructor

const WebViewDefaultApp({
  1. Key? key,
  2. required String redirectUrl,
})

Implementation

const WebViewDefaultApp({Key? key, required this.redirectUrl})
    : super(key: key);