customWithWeb method
Implementation
Future<Uri> customWithWeb(int templateId,
{Map<String, String> templateArgs,
Map<String, String> serverCallbackArgs}) async {
final response = await api.custom(templateId, templateArgs: templateArgs);
return sharerWithResponse(response, serverCallbackArgs: serverCallbackArgs);
}