Register Impl
This commit is contained in:
@@ -8,7 +8,8 @@ import '../../../router/app_router.gr.dart';
|
||||
|
||||
@RoutePage()
|
||||
class OtpPage extends StatefulWidget {
|
||||
const OtpPage({super.key});
|
||||
final String registrationToken;
|
||||
const OtpPage({super.key, required this.registrationToken});
|
||||
|
||||
@override
|
||||
State<OtpPage> createState() => _OtpPageState();
|
||||
|
||||
Reference in New Issue
Block a user