requestPhoneVerification method
Request a verification code to be sent to the supplied phone number
Implementation
Future<XRPCResponse<EmptyData>> requestPhoneVerification({
required String phoneNumber,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoTempRequestPhoneVerification(
phoneNumber: phoneNumber,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);