ciudades
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:prosappco/src/authentication/authentication_repository.dart';
|
||||
|
||||
class NewPhoneController extends GetxController {
|
||||
static NewPhoneController get instance => Get.find();
|
||||
|
||||
final newPhoneNo = TextEditingController();
|
||||
|
||||
void phoneAuthentication(String newPhoneNo) {
|
||||
AuthenticationRepository.instance.phoneAuthentication(newPhoneNo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user