sendVerifyCode abstract method

Future<bool> sendVerifyCode(
  1. ContactType contactType,
  2. String contact
)

Implementation

Future<bool> sendVerifyCode(
  ContactType contactType,
  String contact,
);