requestOTP abstract method

Future<RequestOTPResponse> requestOTP(
  1. ServerContext ctx,
  2. RequestOTPRequest request
)

Implementation

$async.Future<$0.RequestOTPResponse> requestOTP($pb.ServerContext ctx, $0.RequestOTPRequest request);