smsOAuth method

Future<OAuth> smsOAuth(
  1. String? mobile,
  2. String? code
)

Implementation

Future<OAuth> smsOAuth(String? mobile, String? code) {
  return bytedeskHttpApi.smsOAuth(mobile, code);
}