AuthSentCodeTypeApp constructor

const AuthSentCodeTypeApp({
  1. required int length,
})

Auth Sent Code Type App constructor.

Implementation

const AuthSentCodeTypeApp({required this.length}) : super._();