WebOauthWindow constructor

const WebOauthWindow({
  1. Key? key,
  2. required String oauthUrl,
})

Implementation

const WebOauthWindow({Key? key, required this.oauthUrl}) : super(key: key);