ScanPage constructor

const ScanPage({
  1. String device_id = '',
  2. bool isLogin = false,
  3. Key? key,
})

Implementation

const ScanPage({this.device_id = '',this.isLogin = false,Key? key}) : super(key: key);