getUidPhone static method

String getUidPhone()

Implementation

static String getUidPhone() {
  if (Common.fakeLoginPhone == phoneNumberInput) return fakeLoginUidPhone;
  return FirebaseAuth.instance.currentUser?.uid ?? '';
}