RequestCodeInterface constructor

const RequestCodeInterface({
  1. Key? key,
  2. required String url,
  3. String? userAgent,
})

Implementation

const RequestCodeInterface({Key? key, required this.url, this.userAgent})
    : super(key: key);