menu
appwrite_ui_auth package
documentation
screens/phone_auth/phone_auth.dart
AppwritePhoneAuth
AppwritePhoneAuth const constructor
AppwritePhoneAuth const constructor
dark_mode
light_mode
AppwritePhoneAuth
constructor
const
AppwritePhoneAuth
(
{
Key
?
key
,
required
String
title
,
required
dynamic
successCallback
(
Map
<
String
,
dynamic
>
userData
),
})
Implementation
const AppwritePhoneAuth({ super.key, required this.title, required this.successCallback, });
appwrite_ui_auth package
documentation
screens/phone_auth/phone_auth
AppwritePhoneAuth
AppwritePhoneAuth const constructor
AppwritePhoneAuth class