CheckAuthenticationCode constructor

CheckAuthenticationCode({
  1. required String code,
})

Implementation

CheckAuthenticationCode({required this.code});