PhoneAuthMethod constructor

PhoneAuthMethod({
  1. required Node phoneLoginNode,
  2. String? phoneNumber,
})

Implementation

PhoneAuthMethod({required this.phoneLoginNode, this.phoneNumber})
    : _fly = GetIt.instance<Fly>();