Future<String> sendCode(String code, {Map<String, dynamic>? extraOptions}) { return connector.sendCode(code, extraOptions: extraOptions); }